#ABFBE9

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

Shades of Water Leaf #ABFBE9

Tints of Water Leaf #ABFBE9

Color information

#ABFBE9 (or 0xABFBE9) is unknown color: approx Water Leaf. HEX triplet: AB, FB and E9. RGB value is (171,251,233). Sum of RGB (Red+Green+Blue) = 171+251+233=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBE9 is #540416. Grayscale: #E1E1E1. Windows color (decimal): -5506071 or 15334315. OLE color: 15334315.

HSL color Cylindrical-coordinate representation of color #ABFBE9: hue angle of 166.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBE9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB171251233-
CMYK0.3200.070.02
HSL166.5º90.91%82.75%-
HSV(B)166.5º31.87%98.43%-
XYZ6683.5489.74-
YUV225.03132.589.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.11%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=26.11%
G=38.32%
B=35.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712512330.3200.070.02166.590.9182.75
HexABFBE920072a65b53
Octal25337335140072246133123
Binary1010101111111011111010011000000111101010011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBE9; }

 p { color: rgb(171,251,233); }

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

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

 a { background-color: rgb(171,251,233); }

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

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

 span { border-color: rgb(171,251,233); }

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