#A3CABE

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

Shades of Opal #A3CABE

Tints of Opal #A3CABE

Color information

#A3CABE (or 0xA3CABE) is unknown color: approx Opal. HEX triplet: A3, CA and BE. RGB value is (163,202,190). Sum of RGB (Red+Green+Blue) = 163+202+190=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CABE is #5C3541. Grayscale: #BCBCBC. Windows color (decimal): -6042946 or 12503715. OLE color: 12503715.

HSL color Cylindrical-coordinate representation of color #A3CABE: hue angle of 161.54º 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 #A3CABE is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB163202190-
CMYK0.1900.060.21
HSL161.54º26.9%71.57%-
HSV(B)161.54º19.31%79.22%-
XYZ45.5253.7556.69-
YUV188.97128.58109.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=29.37%
G=36.40%
B=34.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021900.1900.060.21161.5426.971.57
HexA3CABE130615a21b48
Octal24331227623062524233110
Binary1010001111001010101111101001101101010110100010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CABE; }

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

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

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

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

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

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

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

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