#ACF1BC

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

Shades of Fringy Flower #ACF1BC

Tints of Fringy Flower #ACF1BC

Color information

#ACF1BC (or 0xACF1BC) is unknown color: approx Fringy Flower. HEX triplet: AC, F1 and BC. RGB value is (172,241,188). Sum of RGB (Red+Green+Blue) = 172+241+188=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BC is #530E43. Grayscale: #D6D6D6. Windows color (decimal): -5443140 or 12382636. OLE color: 12382636.

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

Color convert

RGB172241188-
CMYK0.2900.220.05
HSL133.91º71.13%80.98%-
HSV(B)133.91º28.63%94.51%-
XYZ57.5575.3159.08-
YUV214.33113.1497.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 188 (73.83% from 255) = 31.28%
R=28.62%
G=40.10%
B=31.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722411880.2900.220.05133.9171.1380.98
HexACF1BC1D0165864751
Octal254361274350265206107121
Binary101011001111000110111100111010101101011000011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1BC; }

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

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

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

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

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

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

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

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