#ADFCE4

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

Shades of Water Leaf #ADFCE4

Tints of Water Leaf #ADFCE4

Color information

#ADFCE4 (or 0xADFCE4) is unknown color: approx Water Leaf. HEX triplet: AD, FC and E4. RGB value is (173,252,228). Sum of RGB (Red+Green+Blue) = 173+252+228=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 252 (98.83% from 255 or 38.59% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCE4 is #52031B. Grayscale: #E1E1E1. Windows color (decimal): -5374748 or 15006893. OLE color: 15006893.

HSL color Cylindrical-coordinate representation of color #ADFCE4: hue angle of 161.77º 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 #ADFCE4 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB173252228-
CMYK0.3100.100.01
HSL161.77º92.94%83.33%-
HSV(B)161.77º31.35%98.82%-
XYZ66.0584.1186.15-
YUV225.64129.3390.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.49%
GREEN value IS 252 (98.83% from 255) = 38.59%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=26.49%
G=38.59%
B=34.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732522280.3100.100.01161.7792.9483.33
HexADFCE41F0A1a25d53
Octal255374344370121242135123
Binary101011011111110011100100111110101011010001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCE4; }

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

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

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

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

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

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

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

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