#ADFEE2

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

Shades of Water Leaf #ADFEE2

Tints of Water Leaf #ADFEE2

Color information

#ADFEE2 (or 0xADFEE2) is unknown color: approx Water Leaf. HEX triplet: AD, FE and E2. RGB value is (173,254,226). Sum of RGB (Red+Green+Blue) = 173+254+226=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEE2 is #52011D. Grayscale: #E2E2E2. Windows color (decimal): -5374238 or 14876333. OLE color: 14876333.

HSL color Cylindrical-coordinate representation of color #ADFEE2: hue angle of 159.26º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEE2 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB173254226-
CMYK0.3200.110.00
HSL159.26º97.59%83.73%-
HSV(B)159.26º31.89%99.61%-
XYZ66.485.2684.91-
YUV226.59127.6689.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=26.49%
G=38.90%
B=34.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732542260.3200.110.00159.2697.5983.73
HexADFEE2200B09f6254
Octal255376342400130237142124
Binary1010110111111110111000101000000101101001111111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFEE2; }

 p { color: rgb(173,254,226); }

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

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

 a { background-color: rgb(173,254,226); }

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

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

 span { border-color: rgb(173,254,226); }

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