#ABE1B9

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

Shades of Fringy Flower #ABE1B9

Tints of Fringy Flower #ABE1B9

Color information

#ABE1B9 (or 0xABE1B9) is unknown color: approx Fringy Flower. HEX triplet: AB, E1 and B9. RGB value is (171,225,185). Sum of RGB (Red+Green+Blue) = 171+225+185=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1B9 is #541E46. Grayscale: #CCCCCC. Windows color (decimal): -5512775 or 12181931. OLE color: 12181931.

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

Color convert

RGB171225185-
CMYK0.2400.180.12
HSL135.56º47.37%77.65%-
HSV(B)135.56º24%88.24%-
XYZ52.4866.0155.87-
YUV204.29117.11104.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.43%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 185 (72.66% from 255) = 31.84%
R=29.43%
G=38.73%
B=31.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712251850.2400.180.12135.5647.3777.65
HexABE1B918012C882f4e
Octal253341271300221421057116
Binary101010111110000110111001110000100101100100010001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE1B9; }

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

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

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

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

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

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

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

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