#AACEC1

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

Shades of Opal #AACEC1

Tints of Opal #AACEC1

Color information

#AACEC1 (or 0xAACEC1) is unknown color: approx Opal. HEX triplet: AA, CE and C1. RGB value is (170,206,193). Sum of RGB (Red+Green+Blue) = 170+206+193=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 193 (75.78% from 255 or 33.92% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC1 is #55313E. Grayscale: #C1C1C1. Windows color (decimal): -5583167 or 12701354. OLE color: 12701354.

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

Color convert

RGB170206193-
CMYK0.1700.060.19
HSL158.33º26.87%73.73%-
HSV(B)158.33º17.48%80.78%-
XYZ48.2756.5458.82-
YUV193.75127.57111.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 193 (75.78% from 255) = 33.92%
R=29.88%
G=36.20%
B=33.92%

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
Decimal1702061930.1700.060.19158.3326.8773.73
HexAACEC11106139e1b4a
Octal25231630121062323633112
Binary1010101011001110110000011000101101001110011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEC1; }

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

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

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

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

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

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

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

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