#A2CEC3

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

Shades of Opal #A2CEC3

Tints of Opal #A2CEC3

Color information

#A2CEC3 (or 0xA2CEC3) is unknown color: approx Opal. HEX triplet: A2, CE and C3. RGB value is (162,206,195). Sum of RGB (Red+Green+Blue) = 162+206+195=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEC3 is #5D313C. Grayscale: #BFBFBF. Windows color (decimal): -6107453 or 12832418. OLE color: 12832418.

HSL color Cylindrical-coordinate representation of color #A2CEC3: hue angle of 165º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEC3 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB162206195-
CMYK0.2100.050.19
HSL165º30.99%72.16%-
HSV(B)165º21.36%80.78%-
XYZ46.8255.7659.93-
YUV191.59129.92106.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.77%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=28.77%
G=36.59%
B=34.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061950.2100.050.1916530.9972.16
HexA2CEC3150513a51f48
Octal24231630325052324537110
Binary1010001011001110110000111010101011001110100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEC3; }

 p { color: rgb(162,206,195); }

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

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

 a { background-color: rgb(162,206,195); }

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

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

 span { border-color: rgb(162,206,195); }

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