#7DEBDE

Color #7DEBDE Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #7DEBDE

Tints of Aquamarine #7DEBDE

Color information

#7DEBDE (or 0x7DEBDE) is unknown color: approx Aquamarine. HEX triplet: 7D, EB and DE. RGB value is (125,235,222). Sum of RGB (Red+Green+Blue) = 125+235+222=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBDE is #821421. Grayscale: #C8C8C8. Windows color (decimal): -8524834 or 14609277. OLE color: 14609277.

HSL color Cylindrical-coordinate representation of color #7DEBDE: hue angle of 172.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBDE is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB125235222-
CMYK0.4700.060.08
HSL172.91º73.33%70.59%-
HSV(B)172.91º46.81%92.16%-
XYZ51.3569.0579.73-
YUV200.63140.0674.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 21.48%
GREEN value IS 235 (92.19% from 255) = 40.38%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=21.48%
G=40.38%
B=38.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352220.4700.060.08172.9173.3370.59
Hex7DEBDE2F068ad4947
Octal175353336570610255111107
Binary11111011110101111011110101111011010001010110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DEBDE; }

 p { color: rgb(125,235,222); }

 H1.HeaderClassName
 {
   color: #7DEBDE;
 }
 .AnyTagClassName
 {
   color: #7DEBDE;
 }
</style>
background-color css

<style>
 a { background-color: #7DEBDE; }

 a { background-color: rgb(125,235,222); }

 div.DivClassName
 {
   background-color: #7DEBDE;
 }
 .BgClassName
 {
   background-color: #7DEBDE;
 }
</style>
border-color css

<style>
 span { border-color: #7DEBDE; }

 span { border-color: rgb(125,235,222); }

 td.TdClassName
 {
   border-color: #7DEBDE;
 }
 .TagClassName
 {
   border-color: #7DEBDE;
 }
</style>