#A2CCC0

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

Shades of Opal #A2CCC0

Tints of Opal #A2CCC0

Color information

#A2CCC0 (or 0xA2CCC0) is unknown color: approx Opal. HEX triplet: A2, CC and C0. RGB value is (162,204,192). Sum of RGB (Red+Green+Blue) = 162+204+192=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCC0 is #5D333F. Grayscale: #BEBEBE. Windows color (decimal): -6107968 or 12635298. OLE color: 12635298.

HSL color Cylindrical-coordinate representation of color #A2CCC0: hue angle of 162.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCC0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB162204192-
CMYK0.2100.060.2
HSL162.86º29.17%71.76%-
HSV(B)162.86º20.59%80%-
XYZ46.0154.6758-
YUV190.07129.09107.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.03%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=29.03%
G=36.56%
B=34.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041920.2100.060.2162.8629.1771.76
HexA2CCC0150614a31d48
Octal24231430025062424335110
Binary1010001011001100110000001010101101010010100011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCC0; }

 p { color: rgb(162,204,192); }

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

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

 a { background-color: rgb(162,204,192); }

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

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

 span { border-color: rgb(162,204,192); }

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