#ACCEC0

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

Shades of Opal #ACCEC0

Tints of Opal #ACCEC0

Color information

#ACCEC0 (or 0xACCEC0) is unknown color: approx Opal. HEX triplet: AC, CE and C0. RGB value is (172,206,192). Sum of RGB (Red+Green+Blue) = 172+206+192=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC0 is #53313F. Grayscale: #C2C2C2. Windows color (decimal): -5452096 or 12635820. OLE color: 12635820.

HSL color Cylindrical-coordinate representation of color #ACCEC0: hue angle of 155.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEC0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB172206192-
CMYK0.1700.070.19
HSL155.29º25.76%74.12%-
HSV(B)155.29º16.5%80.78%-
XYZ48.656.7258.26-
YUV194.24126.74112.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 192 (75.39% from 255) = 33.68%
R=30.18%
G=36.14%
B=33.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061920.1700.070.19155.2925.7674.12
HexACCEC01107139b1a4a
Octal25431630021072323332112
Binary1010110011001110110000001000101111001110011011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEC0; }

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

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

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

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

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

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

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

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