Html Css Color HEX #ADEED9 Water Leaf

📋 copy color: '#ADEED9'

red 173 ◦ green 238 ◦ blue 217

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

Shades of Water Leaf #ADEED9

Tints of Water Leaf #ADEED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.9%

 BLUE value IS 217 (85.16% from 255) = 34.55%

R = 27.55%
G = 37.9%
B = 34.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ADEED9 (or 0xADEED9) is known color: Water Leaf. HEX triplet: AD, EE and D9. RGB value is (173,238,217). Sum of RGB (Red+Green+Blue) = 173+238+217=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEED9 is #521126. Grayscale: #D8D8D8. Windows color (decimal): -5378343 or 14282413. OLE color: 14282413.

HSL color Cylindrical-coordinate representation of color #ADEED9: hue angle of 160.62º 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 #ADEED9 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 238 217 -
CMYK 0.27 0 0.09 0.07
HSL 160.62º 0.66% 0.81% -
HSV(B) 160.62º 0.27% 0.93% -
XYZ 60.33 75.04 76.95 -
YUV 216.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 173 238 217 0.27 0 0.09 0.07 160.62 0.66 0.81
Hex AD EE D9 1B 0 9 7 A1 42 51
Octal 255 356 331 33 0 11 7 241 102 121
Binary 10101101 11101110 11011001 11011 0 1001 111 10100001 1000010 1010001

Color Harmonies of #ADEED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEED9

Black with #ADEED9

Text Example


Text Example

White with #ADEED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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