#acf8bf

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

Shades of Fringy Flower #ACF8BF

Tints of Fringy Flower #ACF8BF

Color information

#ACF8BF (or 0xACF8BF) is unknown color: approx Fringy Flower. HEX triplet: AC, F8 and BF. RGB value is (172,248,191). Sum of RGB (Red+Green+Blue) = 172+248+191=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8BF is #530740. Grayscale: #DADADA. Windows color (decimal): -5441345 or 12581036. OLE color: 12581036.

HSL color Cylindrical-coordinate representation of color #ACF8BF: hue angle of 135º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8BF is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB172248191-
CMYK0.3100.230.03
HSL135º84.44%82.35%-
HSV(B)135º30.65%97.25%-
XYZ59.9879.6761.51-
YUV218.78112.3294.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 191 (75% from 255) = 31.26%
R=28.15%
G=40.59%
B=31.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481910.3100.230.0313584.4482.35
HexACF8BF1F0173875452
Octal254370277370273207124122
Binary10101100111110001011111111111010111111000011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acf8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acf8bf; }

 p { color: rgb(172,248,191); }

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

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

 a { background-color: rgb(172,248,191); }

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

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

 span { border-color: rgb(172,248,191); }

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