#ABEAB6

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

Shades of Fringy Flower #ABEAB6

Tints of Fringy Flower #ABEAB6

Color information

#ABEAB6 (or 0xABEAB6) is unknown color: approx Fringy Flower. HEX triplet: AB, EA and B6. RGB value is (171,234,182). Sum of RGB (Red+Green+Blue) = 171+234+182=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAB6 is #541549. Grayscale: #D1D1D1. Windows color (decimal): -5510474 or 11987627. OLE color: 11987627.

HSL color Cylindrical-coordinate representation of color #ABEAB6: hue angle of 130.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAB6 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB171234182-
CMYK0.2700.220.08
HSL130.48º60%79.41%-
HSV(B)130.48º26.92%91.76%-
XYZ54.6670.8855.06-
YUV209.24112.63100.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=29.13%
G=39.86%
B=31.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341820.2700.220.08130.486079.41
HexABEAB61B0168823c4f
Octal253352266330261020274117
Binary101010111110101010110110110110101101000100000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAB6; }

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

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

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

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

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

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

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

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