#ACE1BC

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

Shades of Fringy Flower #ACE1BC

Tints of Fringy Flower #ACE1BC

Color information

#ACE1BC (or 0xACE1BC) is unknown color: approx Fringy Flower. HEX triplet: AC, E1 and BC. RGB value is (172,225,188). Sum of RGB (Red+Green+Blue) = 172+225+188=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BC is #531E43. Grayscale: #CDCDCD. Windows color (decimal): -5447236 or 12378540. OLE color: 12378540.

HSL color Cylindrical-coordinate representation of color #ACE1BC: hue angle of 138.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1BC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB172225188-
CMYK0.2400.160.12
HSL138.11º46.9%77.84%-
HSV(B)138.11º23.56%88.24%-
XYZ53.0266.2557.57-
YUV204.94118.44104.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=29.40%
G=38.46%
B=32.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251880.2400.160.12138.1146.977.84
HexACE1BC18010C8a2f4e
Octal254341274300201421257116
Binary101011001110000110111100110000100001100100010101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1BC; }

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

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

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

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

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

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

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

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