#ADFDE4

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

Shades of Water Leaf #ADFDE4

Tints of Water Leaf #ADFDE4

Color information

#ADFDE4 (or 0xADFDE4) is unknown color: approx Water Leaf. HEX triplet: AD, FD and E4. RGB value is (173,253,228). Sum of RGB (Red+Green+Blue) = 173+253+228=654 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.45% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE4 is #52021B. Grayscale: #E2E2E2. Windows color (decimal): -5374492 or 15007149. OLE color: 15007149.

HSL color Cylindrical-coordinate representation of color #ADFDE4: hue angle of 161.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDE4 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB173253228-
CMYK0.3200.100.01
HSL161.25º95.24%83.53%-
HSV(B)161.25º31.62%99.22%-
XYZ66.3684.7486.26-
YUV226.2312990.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.45%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=26.45%
G=38.69%
B=34.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532280.3200.100.01161.2595.2483.53
HexADFDE4200A1a15f54
Octal255375344400121241137124
Binary1010110111111101111001001000000101011010000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDE4; }

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

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

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

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

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

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

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

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