#ABE0B9

Color #ABE0B9 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABE0B9

Tints of Fringy Flower #ABE0B9

Color information

#ABE0B9 (or 0xABE0B9) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and B9. RGB value is (171,224,185). Sum of RGB (Red+Green+Blue) = 171+224+185=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0B9 is #541F46. Grayscale: #CBCBCB. Windows color (decimal): -5513031 or 12181675. OLE color: 12181675.

HSL color Cylindrical-coordinate representation of color #ABE0B9: hue angle of 135.85º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0B9 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB171224185-
CMYK0.2400.170.12
HSL135.85º46.09%77.45%-
HSV(B)135.85º23.66%87.84%-
XYZ52.2165.4755.78-
YUV203.71117.44104.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=29.48%
G=38.62%
B=31.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241850.2400.170.12135.8546.0977.45
HexABE0B918011C882e4d
Octal253340271300211421056115
Binary101010111110000010111001110000100011100100010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0B9; }

 p { color: rgb(171,224,185); }

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

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

 a { background-color: rgb(171,224,185); }

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

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

 span { border-color: rgb(171,224,185); }

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