#ACE0BC

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

Shades of Fringy Flower #ACE0BC

Tints of Fringy Flower #ACE0BC

Color information

#ACE0BC (or 0xACE0BC) is unknown color: approx Fringy Flower. HEX triplet: AC, E0 and BC. RGB value is (172,224,188). Sum of RGB (Red+Green+Blue) = 172+224+188=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BC is #531F43. Grayscale: #CCCCCC. Windows color (decimal): -5447492 or 12378284. OLE color: 12378284.

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

Color convert

RGB172224188-
CMYK0.2300.160.12
HSL138.46º45.61%77.65%-
HSV(B)138.46º23.21%87.84%-
XYZ52.7565.7157.48-
YUV204.35118.77104.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=29.45%
G=38.36%
B=32.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241880.2300.160.12138.4645.6177.65
HexACE0BC17010C8a2e4e
Octal254340274270201421256116
Binary101011001110000010111100101110100001100100010101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0BC; }

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

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

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

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

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

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

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

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