#ADFCE0

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

Shades of Water Leaf #ADFCE0

Tints of Water Leaf #ADFCE0

Color information

#ADFCE0 (or 0xADFCE0) is unknown color: approx Water Leaf. HEX triplet: AD, FC and E0. RGB value is (173,252,224). Sum of RGB (Red+Green+Blue) = 173+252+224=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCE0 is #52031F. Grayscale: #E1E1E1. Windows color (decimal): -5374752 or 14744749. OLE color: 14744749.

HSL color Cylindrical-coordinate representation of color #ADFCE0: hue angle of 158.73º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCE0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB173252224-
CMYK0.3100.110.01
HSL158.73º92.94%83.33%-
HSV(B)158.73º31.35%98.82%-
XYZ65.583.8983.26-
YUV225.19127.3390.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.66%
GREEN value IS 252 (98.83% from 255) = 38.83%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=26.66%
G=38.83%
B=34.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522240.3100.110.01158.7392.9483.33
HexADFCE01F0B19f5d53
Octal255374340370131237135123
Binary101011011111110011100000111110101111001111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCE0; }

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

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

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

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

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

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

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

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