#ABF2E6

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

Shades of Water Leaf #ABF2E6

Tints of Water Leaf #ABF2E6

Color information

#ABF2E6 (or 0xABF2E6) is unknown color: approx Water Leaf. HEX triplet: AB, F2 and E6. RGB value is (171,242,230). Sum of RGB (Red+Green+Blue) = 171+242+230=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2E6 is #540D19. Grayscale: #DBDBDB. Windows color (decimal): -5508378 or 15135403. OLE color: 15135403.

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

Color convert

RGB171242230-
CMYK0.2900.050.05
HSL169.86º73.2%80.98%-
HSV(B)169.86º29.34%94.9%-
XYZ62.8377.8886.58-
YUV219.4133.9893.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 230 (90.23% from 255) = 35.77%
R=26.59%
G=37.64%
B=35.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712422300.2900.050.05169.8673.280.98
HexABF2E61D055aa4951
Octal25336234635055252111121
Binary1010101111110010111001101110101011011010101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2E6; }

 p { color: rgb(171,242,230); }

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

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

 a { background-color: rgb(171,242,230); }

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

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

 span { border-color: rgb(171,242,230); }

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