#ADF1E1

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

Shades of Water Leaf #ADF1E1

Tints of Water Leaf #ADF1E1

Color information

#ADF1E1 (or 0xADF1E1) is unknown color: approx Water Leaf. HEX triplet: AD, F1 and E1. RGB value is (173,241,225). Sum of RGB (Red+Green+Blue) = 173+241+225=639 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.07% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1E1 is #520E1E. Grayscale: #DADADA. Windows color (decimal): -5377567 or 14807469. OLE color: 14807469.

HSL color Cylindrical-coordinate representation of color #ADF1E1: hue angle of 165.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1E1 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB173241225-
CMYK0.2800.070.05
HSL165.88º70.83%81.18%-
HSV(B)165.88º28.22%94.51%-
XYZ62.2877.2382.86-
YUV218.84131.4795.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.07%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=27.07%
G=37.72%
B=35.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732412250.2800.070.05165.8870.8381.18
HexADF1E11C075a64751
Octal25536134134075246107121
Binary1010110111110001111000011110001111011010011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF1E1; }

 p { color: rgb(173,241,225); }

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

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

 a { background-color: rgb(173,241,225); }

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

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

 span { border-color: rgb(173,241,225); }

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