#ABF6BA

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

Shades of Fringy Flower #ABF6BA

Tints of Fringy Flower #ABF6BA

Color information

#ABF6BA (or 0xABF6BA) is unknown color: approx Fringy Flower. HEX triplet: AB, F6 and BA. RGB value is (171,246,186). Sum of RGB (Red+Green+Blue) = 171+246+186=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF6BA is #540945. Grayscale: #D8D8D8. Windows color (decimal): -5507398 or 12252843. OLE color: 12252843.

HSL color Cylindrical-coordinate representation of color #ABF6BA: hue angle of 132º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF6BA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB171246186-
CMYK0.3000.240.04
HSL132º80.65%81.76%-
HSV(B)132º30.49%96.47%-
XYZ58.6178.1158.44-
YUV216.74110.6595.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=28.36%
G=40.80%
B=30.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712461860.3000.240.0413280.6581.76
HexABF6BA1E0184845152
Octal253366272360304204121122
Binary101010111111011010111010111100110001001000010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF6BA; }

 p { color: rgb(171,246,186); }

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

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

 a { background-color: rgb(171,246,186); }

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

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

 span { border-color: rgb(171,246,186); }

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