#ADEFE2

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

Shades of Water Leaf #ADEFE2

Tints of Water Leaf #ADEFE2

Color information

#ADEFE2 (or 0xADEFE2) is unknown color: approx Water Leaf. HEX triplet: AD, EF and E2. RGB value is (173,239,226). Sum of RGB (Red+Green+Blue) = 173+239+226=638 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.12% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFE2 is #52101D. Grayscale: #D9D9D9. Windows color (decimal): -5378078 or 14872493. OLE color: 14872493.

HSL color Cylindrical-coordinate representation of color #ADEFE2: hue angle of 168.18º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFE2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB173239226-
CMYK0.2800.050.06
HSL168.18º67.35%80.78%-
HSV(B)168.18º27.62%93.73%-
XYZ61.8376.1183.38-
YUV217.78132.6396.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.12%
GREEN value IS 239 (93.75% from 255) = 37.46%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=27.12%
G=37.46%
B=35.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732392260.2800.050.06168.1867.3580.78
HexADEFE21C056a84351
Octal25535734234056250103121
Binary1010110111101111111000101110001011101010100010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFE2; }

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

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

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

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

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

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

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

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