#ABF0B6

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

Shades of Fringy Flower #ABF0B6

Tints of Fringy Flower #ABF0B6

Color information

#ABF0B6 (or 0xABF0B6) is unknown color: approx Fringy Flower. HEX triplet: AB, F0 and B6. RGB value is (171,240,182). Sum of RGB (Red+Green+Blue) = 171+240+182=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 240 (94.14% from 255 or 40.47% from 593); Blue value is 182 (71.48% from 255 or 30.69% from 593); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0B6 is #540F49. Grayscale: #D4D4D4. Windows color (decimal): -5508938 or 11989163. OLE color: 11989163.

HSL color Cylindrical-coordinate representation of color #ABF0B6: hue angle of 129.57º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0B6 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB171240182-
CMYK0.2900.240.06
HSL129.57º69.7%80.59%-
HSV(B)129.57º28.75%94.12%-
XYZ56.474.3655.64-
YUV212.76110.6498.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.84%
GREEN value IS 240 (94.14% from 255) = 40.47%
BLUE value IS 182 (71.48% from 255) = 30.69%
R=28.84%
G=40.47%
B=30.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712401820.2900.240.06129.5769.780.59
HexABF0B61D0186824651
Octal253360266350306202106121
Binary101010111111000010110110111010110001101000001010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0B6; }

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

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

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

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

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

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

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

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