#ADEDE0

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

Shades of Water Leaf #ADEDE0

Tints of Water Leaf #ADEDE0

Color information

#ADEDE0 (or 0xADEDE0) is unknown color: approx Water Leaf. HEX triplet: AD, ED and E0. RGB value is (173,237,224). Sum of RGB (Red+Green+Blue) = 173+237+224=634 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.29% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDE0 is #52121F. Grayscale: #D8D8D8. Windows color (decimal): -5378592 or 14740909. OLE color: 14740909.

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

Color convert

RGB173237224-
CMYK0.2700.050.07
HSL167.81º64%80.39%-
HSV(B)167.81º27%92.94%-
XYZ60.9774.8381.75-
YUV216.38132.397.06-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.29%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 224 (87.89% from 255) = 35.33%
R=27.29%
G=37.38%
B=35.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1732372240.2700.050.07167.816480.39
HexADEDE01B057a84050
Octal25535534033057250100120
Binary1010110111101101111000001101101011111010100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEDE0; }

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

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

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

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

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

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

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

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