#ACF1BA

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

Shades of Fringy Flower #ACF1BA

Tints of Fringy Flower #ACF1BA

Color information

#ACF1BA (or 0xACF1BA) is unknown color: approx Fringy Flower. HEX triplet: AC, F1 and BA. RGB value is (172,241,186). Sum of RGB (Red+Green+Blue) = 172+241+186=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BA is #530E45. Grayscale: #D6D6D6. Windows color (decimal): -5443142 or 12251564. OLE color: 12251564.

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

Color convert

RGB172241186-
CMYK0.2900.230.05
HSL132.17º71.13%80.98%-
HSV(B)132.17º28.63%94.51%-
XYZ57.3375.2357.95-
YUV214.1112.1497.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.71%
GREEN value IS 241 (94.53% from 255) = 40.23%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=28.71%
G=40.23%
B=31.05%

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
Decimal1722411860.2900.230.05132.1771.1380.98
HexACF1BA1D0175844751
Octal254361272350275204107121
Binary101011001111000110111010111010101111011000010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1BA; }

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

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

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

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

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

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

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

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