#ABF2B6

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

Shades of Fringy Flower #ABF2B6

Tints of Fringy Flower #ABF2B6

Color information

#ABF2B6 (or 0xABF2B6) is unknown color: approx Fringy Flower. HEX triplet: AB, F2 and B6. RGB value is (171,242,182). Sum of RGB (Red+Green+Blue) = 171+242+182=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF2B6 is #540D49. Grayscale: #D6D6D6. Windows color (decimal): -5508426 or 11989675. OLE color: 11989675.

HSL color Cylindrical-coordinate representation of color #ABF2B6: hue angle of 129.3º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2B6 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB171242182-
CMYK0.2900.250.05
HSL129.3º73.2%80.98%-
HSV(B)129.3º29.34%94.9%-
XYZ56.9975.5455.83-
YUV213.93109.9897.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.74%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=28.74%
G=40.67%
B=30.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712421820.2900.250.05129.373.280.98
HexABF2B61D0195814951
Octal253362266350315201111121
Binary101010111111001010110110111010110011011000000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2B6; }

 p { color: rgb(171,242,182); }

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

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

 a { background-color: rgb(171,242,182); }

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

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

 span { border-color: rgb(171,242,182); }

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