#ABEAC1

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

Shades of Fringy Flower #ABEAC1

Tints of Fringy Flower #ABEAC1

Color information

#ABEAC1 (or 0xABEAC1) is unknown color: approx Fringy Flower. HEX triplet: AB, EA and C1. RGB value is (171,234,193). Sum of RGB (Red+Green+Blue) = 171+234+193=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 193 (75.78% from 255 or 32.27% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAC1 is #54153E. Grayscale: #D2D2D2. Windows color (decimal): -5510463 or 12708523. OLE color: 12708523.

HSL color Cylindrical-coordinate representation of color #ABEAC1: hue angle of 140.95º 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 #ABEAC1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB171234193-
CMYK0.2700.180.08
HSL140.95º60%79.41%-
HSV(B)140.95º26.92%91.76%-
XYZ55.8471.3561.28-
YUV210.49118.1399.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 193 (75.78% from 255) = 32.27%
R=28.60%
G=39.13%
B=32.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341930.2700.180.08140.956079.41
HexABEAC11B01288d3c4f
Octal253352301330221021574117
Binary101010111110101011000001110110100101000100011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAC1; }

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

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

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

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

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

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

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

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