#A2CABA

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

Shades of Opal #A2CABA

Tints of Opal #A2CABA

Color information

#A2CABA (or 0xA2CABA) is unknown color: approx Opal. HEX triplet: A2, CA and BA. RGB value is (162,202,186). Sum of RGB (Red+Green+Blue) = 162+202+186=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CABA is #5D3545. Grayscale: #BCBCBC. Windows color (decimal): -6108486 or 12241570. OLE color: 12241570.

HSL color Cylindrical-coordinate representation of color #A2CABA: hue angle of 156º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2CABA is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB162202186-
CMYK0.2000.080.21
HSL156º27.4%71.37%-
HSV(B)156º19.8%79.22%-
XYZ44.8853.4754.41-
YUV188.22126.75109.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=29.45%
G=36.73%
B=33.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1622021860.2000.080.2115627.471.37
HexA2CABA1408159c1b47
Octal242312272240102523433107
Binary10100010110010101011101010100010001010110011100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CABA; }

 p { color: rgb(162,202,186); }

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

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

 a { background-color: rgb(162,202,186); }

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

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

 span { border-color: rgb(162,202,186); }

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