#A3CABC

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

Shades of Opal #A3CABC

Tints of Opal #A3CABC

Color information

#A3CABC (or 0xA3CABC) is unknown color: approx Opal. HEX triplet: A3, CA and BC. RGB value is (163,202,188). Sum of RGB (Red+Green+Blue) = 163+202+188=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CABC is #5C3543. Grayscale: #BCBCBC. Windows color (decimal): -6042948 or 12372643. OLE color: 12372643.

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

Color convert

RGB163202188-
CMYK0.1900.070.21
HSL158.46º26.9%71.57%-
HSV(B)158.46º19.31%79.22%-
XYZ45.353.6655.55-
YUV188.74127.58109.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.48%
GREEN value IS 202 (79.30% from 255) = 36.53%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=29.48%
G=36.53%
B=34.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021880.1900.070.21158.4626.971.57
HexA3CABC1307159e1b48
Octal24331227423072523633110
Binary1010001111001010101111001001101111010110011110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CABC; }

 p { color: rgb(163,202,188); }

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

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

 a { background-color: rgb(163,202,188); }

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

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

 span { border-color: rgb(163,202,188); }

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