Html Css Color HEX #ADEADD Water Leaf

📋 copy color: '#ADEADD'

red 173 ◦ green 234 ◦ blue 221

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

Shades of Water Leaf #ADEADD

Tints of Water Leaf #ADEADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 27.55%
G = 37.26%
B = 35.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#ADEADD (or 0xADEADD) is known color: Water Leaf. HEX triplet: AD, EA and DD. RGB value is (173,234,221). Sum of RGB (Red+Green+Blue) = 173+234+221=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEADD is #521522. Grayscale: #D6D6D6. Windows color (decimal): -5379363 or 14543533. OLE color: 14543533.

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

Color convert

RGB 173 234 221 -
CMYK 0.26 0 0.06 0.08
HSL 167.21º 0.59% 0.8% -
HSV(B) 167.21º 0.26% 0.92% -
XYZ 59.71 72.95 79.34 -
YUV 214.28 131.79 98.56 -
System Red Green Blue C M Y K H S L
Decimal 173 234 221 0.26 0 0.06 0.08 167.21 0.59 0.8
Hex AD EA DD 1A 0 6 8 A7 3B 50
Octal 255 352 335 32 0 6 10 247 73 120
Binary 10101101 11101010 11011101 11010 0 110 1000 10100111 111011 1010000

Color Harmonies of #ADEADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEADD

Black with #ADEADD

Text Example


Text Example

White with #ADEADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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