#A9CEC1

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

Shades of Opal #A9CEC1

Tints of Opal #A9CEC1

Color information

#A9CEC1 (or 0xA9CEC1) is unknown color: approx Opal. HEX triplet: A9, CE and C1. RGB value is (169,206,193). Sum of RGB (Red+Green+Blue) = 169+206+193=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEC1 is #56313E. Grayscale: #C1C1C1. Windows color (decimal): -5648703 or 12701353. OLE color: 12701353.

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

Color convert

RGB169206193-
CMYK0.1800.060.19
HSL158.92º27.41%73.53%-
HSV(B)158.92º17.96%80.78%-
XYZ48.0656.4358.81-
YUV193.46127.74110.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=29.75%
G=36.27%
B=33.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061930.1800.060.19158.9227.4173.53
HexA9CEC11206139f1b4a
Octal25131630122062323733112
Binary1010100111001110110000011001001101001110011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEC1; }

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

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

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

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

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

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

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

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