#ACF8BA

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

Shades of Fringy Flower #ACF8BA

Tints of Fringy Flower #ACF8BA

Color information

#ACF8BA (or 0xACF8BA) is unknown color: approx Fringy Flower. HEX triplet: AC, F8 and BA. RGB value is (172,248,186). Sum of RGB (Red+Green+Blue) = 172+248+186=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8BA is #530745. Grayscale: #DADADA. Windows color (decimal): -5441350 or 12253356. OLE color: 12253356.

HSL color Cylindrical-coordinate representation of color #ACF8BA: hue angle of 131.05º 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 #ACF8BA is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB172248186-
CMYK0.3100.250.03
HSL131.05º84.44%82.35%-
HSV(B)131.05º30.65%97.25%-
XYZ59.4479.4558.66-
YUV218.21109.8295.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.38%
GREEN value IS 248 (97.27% from 255) = 40.92%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=28.38%
G=40.92%
B=30.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481860.3100.250.03131.0584.4482.35
HexACF8BA1F0193835452
Octal254370272370313203124122
Binary10101100111110001011101011111011001111000001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8BA; }

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

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

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

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

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

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

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

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