#ACCEC1

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

Shades of Opal #ACCEC1

Tints of Opal #ACCEC1

Color information

#ACCEC1 (or 0xACCEC1) is unknown color: approx Opal. HEX triplet: AC, CE and C1. RGB value is (172,206,193). Sum of RGB (Red+Green+Blue) = 172+206+193=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC1 is #53313E. Grayscale: #C2C2C2. Windows color (decimal): -5452095 or 12701356. OLE color: 12701356.

HSL color Cylindrical-coordinate representation of color #ACCEC1: hue angle of 157.06º 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 #ACCEC1 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB172206193-
CMYK0.1700.060.19
HSL157.06º25.76%74.12%-
HSV(B)157.06º16.5%80.78%-
XYZ48.7156.7658.84-
YUV194.35127.24112.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 206 (80.86% from 255) = 36.08%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=30.12%
G=36.08%
B=33.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061930.1700.060.19157.0625.7674.12
HexACCEC11106139d1a4a
Octal25431630121062323532112
Binary1010110011001110110000011000101101001110011101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEC1; }

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

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

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

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

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

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

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

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