Html Css Color HEX #ADEDDD Water Leaf

📋 copy color: '#ADEDDD'

red 173 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #ADEDDD

Tints of Water Leaf #ADEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

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

R = 27.42%
G = 37.56%
B = 35.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ADEDDD (or 0xADEDDD) is known color: Water Leaf. HEX triplet: AD, ED and DD. RGB value is (173,237,221). Sum of RGB (Red+Green+Blue) = 173+237+221=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDDD is #521222. Grayscale: #D8D8D8. Windows color (decimal): -5378595 or 14544301. OLE color: 14544301.

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

Color convert

RGB 173 237 221 -
CMYK 0.27 0 0.07 0.07
HSL 165º 0.64% 0.8% -
HSV(B) 165º 0.27% 0.93% -
XYZ 60.57 74.67 79.63 -
YUV 216.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 173 237 221 0.27 0 0.07 0.07 165 0.64 0.8
Hex AD ED DD 1B 0 7 7 A5 40 50
Octal 255 355 335 33 0 7 7 245 100 120
Binary 10101101 11101101 11011101 11011 0 111 111 10100101 1000000 1010000

Color Harmonies of #ADEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEDDD

Black with #ADEDDD

Text Example


Text Example

White with #ADEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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