#ABFCE7

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

Shades of Water Leaf #ABFCE7

Tints of Water Leaf #ABFCE7

Color information

#ABFCE7 (or 0xABFCE7) is unknown color: approx Water Leaf. HEX triplet: AB, FC and E7. RGB value is (171,252,231). Sum of RGB (Red+Green+Blue) = 171+252+231=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCE7 is #540318. Grayscale: #E1E1E1. Windows color (decimal): -5505817 or 15203499. OLE color: 15203499.

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

Color convert

RGB171252231-
CMYK0.3200.080.01
HSL164.44º93.1%82.94%-
HSV(B)164.44º32.14%98.82%-
XYZ66.0384.0588.34-
YUV225.39131.1689.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=26.15%
G=38.53%
B=35.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522310.3200.080.01164.4493.182.94
HexABFCE720081a45d53
Octal253374347400101244135123
Binary1010101111111100111001111000000100011010010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCE7; }

 p { color: rgb(171,252,231); }

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

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

 a { background-color: rgb(171,252,231); }

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

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

 span { border-color: rgb(171,252,231); }

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