#ABFEE5

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

Shades of Water Leaf #ABFEE5

Tints of Water Leaf #ABFEE5

Color information

#ABFEE5 (or 0xABFEE5) is unknown color: approx Water Leaf. HEX triplet: AB, FE and E5. RGB value is (171,254,229). Sum of RGB (Red+Green+Blue) = 171+254+229=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFEE5 is #54011A. Grayscale: #E2E2E2. Windows color (decimal): -5505307 or 15072939. OLE color: 15072939.

HSL color Cylindrical-coordinate representation of color #ABFEE5: hue angle of 161.93º 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 #ABFEE5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB171254229-
CMYK0.3300.100.00
HSL161.93º97.65%83.33%-
HSV(B)161.93º32.68%99.61%-
XYZ66.3885.287.08-
YUV226.33129.588.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=26.15%
G=38.84%
B=35.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712542290.3300.100.00161.9397.6583.33
HexABFEE5210A0a26253
Octal253376345410120242142123
Binary1010101111111110111001011000010101001010001011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFEE5; }

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

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

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

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

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

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

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

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