#ACCCC0

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

Shades of Opal #ACCCC0

Tints of Opal #ACCCC0

Color information

#ACCCC0 (or 0xACCCC0) is unknown color: approx Opal. HEX triplet: AC, CC and C0. RGB value is (172,204,192). Sum of RGB (Red+Green+Blue) = 172+204+192=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC0 is #53333F. Grayscale: #C1C1C1. Windows color (decimal): -5452608 or 12635308. OLE color: 12635308.

HSL color Cylindrical-coordinate representation of color #ACCCC0: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCCC0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB172204192-
CMYK0.1600.060.2
HSL157.5º23.88%73.73%-
HSV(B)157.5º15.69%80%-
XYZ48.1255.7658.1-
YUV193.06127.4112.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=30.28%
G=35.92%
B=33.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041920.1600.060.2157.523.8873.73
HexACCCC01006149e184a
Octal25431430020062423630112
Binary1010110011001100110000001000001101010010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCC0; }

 p { color: rgb(172,204,192); }

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

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

 a { background-color: rgb(172,204,192); }

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

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

 span { border-color: rgb(172,204,192); }

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