#ACCCC6

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

Shades of Opal #ACCCC6

Tints of Opal #ACCCC6

Color information

#ACCCC6 (or 0xACCCC6) is unknown color: approx Opal. HEX triplet: AC, CC and C6. RGB value is (172,204,198). Sum of RGB (Red+Green+Blue) = 172+204+198=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCC6 is #533339. Grayscale: #C1C1C1. Windows color (decimal): -5452602 or 13028524. OLE color: 13028524.

HSL color Cylindrical-coordinate representation of color #ACCCC6: hue angle of 168.75º 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 #ACCCC6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB172204198-
CMYK0.1600.030.2
HSL168.75º23.88%73.73%-
HSV(B)168.75º15.69%80%-
XYZ48.856.0361.67-
YUV193.75130.4112.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=29.97%
G=35.54%
B=34.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1722041980.1600.030.2168.7523.8873.73
HexACCCC6100314a9184a
Octal25431430620032425130112
Binary101011001100110011000110100000111010010101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCCC6; }

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

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

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

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

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

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

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

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