#7DF4CA

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

Shades of Aquamarine #7DF4CA

Tints of Aquamarine #7DF4CA

Color information

#7DF4CA (or 0x7DF4CA) is unknown color: approx Aquamarine. HEX triplet: 7D, F4 and CA. RGB value is (125,244,202). Sum of RGB (Red+Green+Blue) = 125+244+202=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 244 (95.70% from 255 or 42.73% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DF4CA is #820B35. Grayscale: #CBCBCB. Windows color (decimal): -8522550 or 13300861. OLE color: 13300861.

HSL color Cylindrical-coordinate representation of color #7DF4CA: hue angle of 158.82º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF4CA is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB125244202-
CMYK0.4900.170.04
HSL158.82º84.4%72.35%-
HSV(B)158.82º48.77%95.69%-
XYZ51.4773.3367.32-
YUV203.63127.0871.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 244 (95.70% from 255) = 42.73%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=21.89%
G=42.73%
B=35.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252442020.4900.170.04158.8284.472.35
Hex7DF4CA3101149f5448
Octal175364312610214237124110
Binary111110111110100110010101100010100011001001111110101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,244,202); }

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

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

 a { background-color: rgb(125,244,202); }

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

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

 span { border-color: rgb(125,244,202); }

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