#ABFEEA

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

Shades of Water Leaf #ABFEEA

Tints of Water Leaf #ABFEEA

Color information

#ABFEEA (or 0xABFEEA) is unknown color: approx Water Leaf. HEX triplet: AB, FE and EA. RGB value is (171,254,234). Sum of RGB (Red+Green+Blue) = 171+254+234=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEEA is #540115. Grayscale: #E2E2E2. Windows color (decimal): -5505302 or 15400619. OLE color: 15400619.

HSL color Cylindrical-coordinate representation of color #ABFEEA: hue angle of 165.54º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEEA is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB171254234-
CMYK0.3300.080.00
HSL165.54º97.65%83.33%-
HSV(B)165.54º32.68%99.61%-
XYZ67.0985.4890.81-
YUV226.913288.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.95%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 234 (91.80% from 255) = 35.51%
R=25.95%
G=38.54%
B=35.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712542340.3300.080.00165.5497.6583.33
HexABFEEA21080a66253
Octal253376352410100246142123
Binary1010101111111110111010101000010100001010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFEEA; }

 p { color: rgb(171,254,234); }

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

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

 a { background-color: rgb(171,254,234); }

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

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

 span { border-color: rgb(171,254,234); }

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