#ACC9BE

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

Shades of Opal #ACC9BE

Tints of Opal #ACC9BE

Color information

#ACC9BE (or 0xACC9BE) is unknown color: approx Opal. HEX triplet: AC, C9 and BE. RGB value is (172,201,190). Sum of RGB (Red+Green+Blue) = 172+201+190=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9BE is #533641. Grayscale: #BFBFBF. Windows color (decimal): -5453378 or 12503468. OLE color: 12503468.

HSL color Cylindrical-coordinate representation of color #ACC9BE: hue angle of 157.24º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9BE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB172201190-
CMYK0.1400.050.21
HSL157.24º21.17%73.14%-
HSV(B)157.24º14.43%78.82%-
XYZ47.1954.2656.7-
YUV191.08127.39114.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=30.55%
G=35.70%
B=33.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011900.1400.050.21157.2421.1773.14
HexACC9BEE05159d1549
Octal25431127616052523525111
Binary101011001100100110111110111001011010110011101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9BE; }

 p { color: rgb(172,201,190); }

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

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

 a { background-color: rgb(172,201,190); }

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

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

 span { border-color: rgb(172,201,190); }

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