#ADEDDD

Color #ADEDDD Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADEDDD

Tints of Water Leaf #ADEDDD

Color information

#ADEDDD (or 0xADEDDD) is unknown color: approx 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

RGB173237221-
CMYK0.2700.070.07
HSL165º64%80.39%-
HSV(B)165º27%92.94%-
XYZ60.5774.6779.63-
YUV216.04130.897.3-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372210.2700.070.071656480.39
HexADEDDD1B077a54050
Octal25535533533077245100120
Binary1010110111101101110111011101101111111010010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>