#ABF6BD

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

Shades of Fringy Flower #ABF6BD

Tints of Fringy Flower #ABF6BD

Color information

#ABF6BD (or 0xABF6BD) is unknown color: approx Fringy Flower. HEX triplet: AB, F6 and BD. RGB value is (171,246,189). Sum of RGB (Red+Green+Blue) = 171+246+189=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 246 (96.48% from 255 or 40.59% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF6BD is #540942. Grayscale: #D9D9D9. Windows color (decimal): -5507395 or 12449451. OLE color: 12449451.

HSL color Cylindrical-coordinate representation of color #ABF6BD: hue angle of 134.4º 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 #ABF6BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB171246189-
CMYK0.3000.230.04
HSL134.4º80.65%81.76%-
HSV(B)134.4º30.49%96.47%-
XYZ58.9478.2460.14-
YUV217.08112.1595.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 246 (96.48% from 255) = 40.59%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=28.22%
G=40.59%
B=31.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712461890.3000.230.04134.480.6581.76
HexABF6BD1E0174865152
Octal253366275360274206121122
Binary101010111111011010111101111100101111001000011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF6BD; }

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

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

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

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

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

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

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

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