#ABFAC0

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

Shades of Fringy Flower #ABFAC0

Tints of Fringy Flower #ABFAC0

Color information

#ABFAC0 (or 0xABFAC0) is unknown color: approx Fringy Flower. HEX triplet: AB, FA and C0. RGB value is (171,250,192). Sum of RGB (Red+Green+Blue) = 171+250+192=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFAC0 is #54053F. Grayscale: #DBDBDB. Windows color (decimal): -5506368 or 12647083. OLE color: 12647083.

HSL color Cylindrical-coordinate representation of color #ABFAC0: hue angle of 135.95º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAC0 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB171250192-
CMYK0.3200.230.02
HSL135.95º88.76%82.55%-
HSV(B)135.95º31.6%98.04%-
XYZ60.4980.8362.28-
YUV219.77112.3393.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 250 (98.05% from 255) = 40.78%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=27.90%
G=40.78%
B=31.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712501920.3200.230.02135.9588.7682.55
HexABFAC0200172885953
Octal253372300400272210131123
Binary101010111111101011000000100000010111101000100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAC0; }

 p { color: rgb(171,250,192); }

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

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

 a { background-color: rgb(171,250,192); }

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

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

 span { border-color: rgb(171,250,192); }

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