#ACFCBF

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

Shades of Fringy Flower #ACFCBF

Tints of Fringy Flower #ACFCBF

Color information

#ACFCBF (or 0xACFCBF) is unknown color: approx Fringy Flower. HEX triplet: AC, FC and BF. RGB value is (172,252,191). Sum of RGB (Red+Green+Blue) = 172+252+191=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCBF is #530340. Grayscale: #DDDDDD. Windows color (decimal): -5440321 or 12582060. OLE color: 12582060.

HSL color Cylindrical-coordinate representation of color #ACFCBF: hue angle of 134.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCBF is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB172252191-
CMYK0.3200.240.01
HSL134.25º93.02%83.14%-
HSV(B)134.25º31.75%98.82%-
XYZ61.2382.1561.92-
YUV221.1311192.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 191 (75% from 255) = 31.06%
R=27.97%
G=40.98%
B=31.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722521910.3200.240.01134.2593.0283.14
HexACFCBF200181865d53
Octal254374277400301206135123
Binary10101100111111001011111110000001100011000011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCBF; }

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

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

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

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

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

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

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

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