Html Css Color HEX #ADEAE0 Water Leaf

📋 copy color: '#ADEAE0'

red 173 ◦ green 234 ◦ blue 224

#ADEAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Water Leaf #ADEAE0

Tints of Water Leaf #ADEAE0

RGB

 RED value IS 173 (67.97% from 255) = 27.42%

 GREEN value IS 234 (91.8% from 255) = 37.08%

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 27.42%
G = 37.08%
B = 35.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#ADEAE0 (or 0xADEAE0) is known color: Water Leaf. HEX triplet: AD, EA and E0. RGB value is (173,234,224). Sum of RGB (Red+Green+Blue) = 173+234+224=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEAE0 is #52151F. Grayscale: #D6D6D6. Windows color (decimal): -5379360 or 14740141. OLE color: 14740141.

HSL color Cylindrical-coordinate representation of color #ADEAE0: hue angle of 170.16º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEAE0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 224 -
CMYK 0.26 0 0.04 0.08
HSL 170.16º 0.59% 0.8% -
HSV(B) 170.16º 0.26% 0.92% -
XYZ 60.11 73.11 81.46 -
YUV 214.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 173 234 224 0.26 0 0.04 0.08 170.16 0.59 0.8
Hex AD EA E0 1A 0 4 8 AA 3B 50
Octal 255 352 340 32 0 4 10 252 73 120
Binary 10101101 11101010 11100000 11010 0 100 1000 10101010 111011 1010000

Color Harmonies of #ADEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEAE0

Black with #ADEAE0

Text Example


Text Example

White with #ADEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEAE0; }

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

 H1.HeaderClassName
 {
   color: #ADEAE0;
 }
 .AnyTagClassName
 {
   color: #ADEAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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