#ADEEE0

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

Shades of Water Leaf #ADEEE0

Tints of Water Leaf #ADEEE0

Color information

#ADEEE0 (or 0xADEEE0) is unknown color: approx Water Leaf. HEX triplet: AD, EE and E0. RGB value is (173,238,224). Sum of RGB (Red+Green+Blue) = 173+238+224=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEE0 is #52111F. Grayscale: #D8D8D8. Windows color (decimal): -5378336 or 14741165. OLE color: 14741165.

HSL color Cylindrical-coordinate representation of color #ADEEE0: hue angle of 167.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEE0 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB173238224-
CMYK0.2700.060.07
HSL167.08º65.66%80.59%-
HSV(B)167.08º27.31%93.33%-
XYZ61.2675.4281.85-
YUV216.97131.9796.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.24%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=27.24%
G=37.48%
B=35.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732382240.2700.060.07167.0865.6680.59
HexADEEE01B067a74251
Octal25535634033067247102121
Binary1010110111101110111000001101101101111010011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEE0; }

 p { color: rgb(173,238,224); }

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

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

 a { background-color: rgb(173,238,224); }

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

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

 span { border-color: rgb(173,238,224); }

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