#ADFDE5

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

Shades of Water Leaf #ADFDE5

Tints of Water Leaf #ADFDE5

Color information

#ADFDE5 (or 0xADFDE5) is unknown color: approx Water Leaf. HEX triplet: AD, FD and E5. RGB value is (173,253,229). Sum of RGB (Red+Green+Blue) = 173+253+229=655 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.41% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDE5 is #52021A. Grayscale: #E2E2E2. Windows color (decimal): -5374491 or 15072685. OLE color: 15072685.

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

Color convert

RGB173253229-
CMYK0.3200.090.01
HSL162º95.24%83.53%-
HSV(B)162º31.62%99.22%-
XYZ66.584.7986.99-
YUV226.34129.589.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.41%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=26.41%
G=38.63%
B=34.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732532290.3200.090.0116295.2483.53
HexADFDE520091a25f54
Octal255375345400111242137124
Binary1010110111111101111001011000000100111010001010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDE5; }

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

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

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

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

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

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

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

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