#ADF9E7

Color #ADF9E7 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADF9E7

Tints of Water Leaf #ADF9E7

Color information

#ADF9E7 (or 0xADF9E7) is unknown color: approx Water Leaf. HEX triplet: AD, F9 and E7. RGB value is (173,249,231). Sum of RGB (Red+Green+Blue) = 173+249+231=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF9E7 is #520618. Grayscale: #E0E0E0. Windows color (decimal): -5375513 or 15202733. OLE color: 15202733.

HSL color Cylindrical-coordinate representation of color #ADF9E7: hue angle of 165.79º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E7 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB173249231-
CMYK0.3100.070.02
HSL165.79º86.36%82.75%-
HSV(B)165.79º30.52%97.65%-
XYZ65.5382.4188.05-
YUV224.22131.8291.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=26.49%
G=38.13%
B=35.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732492310.3100.070.02165.7986.3682.75
HexADF9E71F072a65653
Octal25537134737072246126123
Binary101011011111100111100111111110111101010011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF9E7; }

 p { color: rgb(173,249,231); }

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

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

 a { background-color: rgb(173,249,231); }

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

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

 span { border-color: rgb(173,249,231); }

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