Html Css Color HEX #ADEADE Water Leaf

📋 copy color: '#ADEADE'

red 173 ◦ green 234 ◦ blue 222

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

Shades of Water Leaf #ADEADE

Tints of Water Leaf #ADEADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.29%

R = 27.5%
G = 37.2%
B = 35.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#ADEADE (or 0xADEADE) is known color: Water Leaf. HEX triplet: AD, EA and DE. RGB value is (173,234,222). Sum of RGB (Red+Green+Blue) = 173+234+222=629 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.50% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADE is #521521. Grayscale: #D6D6D6. Windows color (decimal): -5379362 or 14609069. OLE color: 14609069.

HSL color Cylindrical-coordinate representation of color #ADEADE: hue angle of 168.2º 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 #ADEADE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 234 222 -
CMYK 0.26 0 0.05 0.08
HSL 168.2º 0.59% 0.8% -
HSV(B) 168.2º 0.26% 0.92% -
XYZ 59.84 73 80.04 -
YUV 214.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 173 234 222 0.26 0 0.05 0.08 168.2 0.59 0.8
Hex AD EA DE 1A 0 5 8 A8 3B 50
Octal 255 352 336 32 0 5 10 250 73 120
Binary 10101101 11101010 11011110 11010 0 101 1000 10101000 111011 1010000

Color Harmonies of #ADEADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEADE

Black with #ADEADE

Text Example


Text Example

White with #ADEADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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