#ADEEDE

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

Shades of Water Leaf #ADEEDE

Tints of Water Leaf #ADEEDE

Color information

#ADEEDE (or 0xADEEDE) is unknown color: approx Water Leaf. HEX triplet: AD, EE and DE. RGB value is (173,238,222). Sum of RGB (Red+Green+Blue) = 173+238+222=633 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.33% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEDE is #521121. Grayscale: #D8D8D8. Windows color (decimal): -5378338 or 14610093. OLE color: 14610093.

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

Color convert

RGB173238222-
CMYK0.2700.070.07
HSL165.23º65.66%80.59%-
HSV(B)165.23º27.31%93.33%-
XYZ60.9975.3180.43-
YUV216.74130.9796.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.33%
GREEN value IS 238 (93.36% from 255) = 37.60%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=27.33%
G=37.60%
B=35.07%

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
Decimal1732382220.2700.070.07165.2365.6680.59
HexADEEDE1B077a54251
Octal25535633633077245102121
Binary1010110111101110110111101101101111111010010110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEEDE; }

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

 H1.HeaderClassName
 {
   color: #ADEEDE;
 }
 .AnyTagClassName
 {
   color: #ADEEDE;
 }
</style>
background-color css

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

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

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

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

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

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