#ADFDE7

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

Shades of Water Leaf #ADFDE7

Tints of Water Leaf #ADFDE7

Color information

#ADFDE7 (or 0xADFDE7) is unknown color: approx Water Leaf. HEX triplet: AD, FD and E7. RGB value is (173,253,231). Sum of RGB (Red+Green+Blue) = 173+253+231=657 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.33% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFDE7 is #520218. Grayscale: #E2E2E2. Windows color (decimal): -5374489 or 15203757. OLE color: 15203757.

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

Color convert

RGB173253231-
CMYK0.3200.090.01
HSL163.5º95.24%83.53%-
HSV(B)163.5º31.62%99.22%-
XYZ66.7884.988.47-
YUV226.57130.589.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.33%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=26.33%
G=38.51%
B=35.16%

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
Decimal1732532310.3200.090.01163.595.2483.53
HexADFDE720091a45f54
Octal255375347400111244137124
Binary1010110111111101111001111000000100111010010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFDE7; }

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

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

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

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

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

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

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

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