#ABFCC1

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

Shades of Fringy Flower #ABFCC1

Tints of Fringy Flower #ABFCC1

Color information

#ABFCC1 (or 0xABFCC1) is unknown color: approx Fringy Flower. HEX triplet: AB, FC and C1. RGB value is (171,252,193). Sum of RGB (Red+Green+Blue) = 171+252+193=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCC1 is #54033E. Grayscale: #DDDDDD. Windows color (decimal): -5505855 or 12713131. OLE color: 12713131.

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

Color convert

RGB171252193-
CMYK0.3200.230.01
HSL136.3º93.1%82.94%-
HSV(B)136.3º32.14%98.82%-
XYZ61.2382.1363.08-
YUV221.05112.1692.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 252 (98.83% from 255) = 40.91%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=27.76%
G=40.91%
B=31.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712521930.3200.230.01136.393.182.94
HexABFCC1200171885d53
Octal253374301400271210135123
Binary10101011111111001100000110000001011111000100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCC1; }

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

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

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

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

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

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

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

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