#ACF3BA

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

Shades of Fringy Flower #ACF3BA

Tints of Fringy Flower #ACF3BA

Color information

#ACF3BA (or 0xACF3BA) is unknown color: approx Fringy Flower. HEX triplet: AC, F3 and BA. RGB value is (172,243,186). Sum of RGB (Red+Green+Blue) = 172+243+186=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3BA is #530C45. Grayscale: #D7D7D7. Windows color (decimal): -5442630 or 12252076. OLE color: 12252076.

HSL color Cylindrical-coordinate representation of color #ACF3BA: hue angle of 131.83º degrees, saturation: 0.75, 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 #ACF3BA is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB172243186-
CMYK0.2900.230.05
HSL131.83º74.74%81.37%-
HSV(B)131.83º29.22%95.29%-
XYZ57.9376.4258.15-
YUV215.27111.4897.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 243 (95.31% from 255) = 40.43%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=28.62%
G=40.43%
B=30.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431860.2900.230.05131.8374.7481.37
HexACF3BA1D0175844b51
Octal254363272350275204113121
Binary101011001111001110111010111010101111011000010010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3BA; }

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

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

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

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

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

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

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

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