#ABF7BC

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

Shades of Fringy Flower #ABF7BC

Tints of Fringy Flower #ABF7BC

Color information

#ABF7BC (or 0xABF7BC) is unknown color: approx Fringy Flower. HEX triplet: AB, F7 and BC. RGB value is (171,247,188). Sum of RGB (Red+Green+Blue) = 171+247+188=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF7BC is #540843. Grayscale: #D9D9D9. Windows color (decimal): -5507140 or 12384171. OLE color: 12384171.

HSL color Cylindrical-coordinate representation of color #ABF7BC: hue angle of 133.42º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7BC is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB171247188-
CMYK0.3100.240.03
HSL133.42º82.61%81.96%-
HSV(B)133.42º30.77%96.86%-
XYZ59.1378.8159.67-
YUV217.55111.3294.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 247 (96.88% from 255) = 40.76%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=28.22%
G=40.76%
B=31.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712471880.3100.240.03133.4282.6181.96
HexABF7BC1F0183855352
Octal253367274370303205123122
Binary10101011111101111011110011111011000111000010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7BC; }

 p { color: rgb(171,247,188); }

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

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

 a { background-color: rgb(171,247,188); }

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

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

 span { border-color: rgb(171,247,188); }

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