#ADECDE

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

Shades of Water Leaf #ADECDE

Tints of Water Leaf #ADECDE

Color information

#ADECDE (or 0xADECDE) is unknown color: approx Water Leaf. HEX triplet: AD, EC and DE. RGB value is (173,236,222). Sum of RGB (Red+Green+Blue) = 173+236+222=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECDE is #521321. Grayscale: #D7D7D7. Windows color (decimal): -5378850 or 14609581. OLE color: 14609581.

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

Color convert

RGB173236222-
CMYK0.2700.060.07
HSL166.67º62.38%80.2%-
HSV(B)166.67º26.69%92.55%-
XYZ60.4174.1580.24-
YUV215.57131.6397.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 222 (87.11% from 255) = 35.18%
R=27.42%
G=37.40%
B=35.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732362220.2700.060.07166.6762.3880.2
HexADECDE1B067a73e50
Octal2553543363306724776120
Binary101011011110110011011110110110110111101001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADECDE; }

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

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

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

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

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

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

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

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