#A3C9BF

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

Shades of Opal #A3C9BF

Tints of Opal #A3C9BF

Color information

#A3C9BF (or 0xA3C9BF) is unknown color: approx Opal. HEX triplet: A3, C9 and BF. RGB value is (163,201,191). Sum of RGB (Red+Green+Blue) = 163+201+191=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C9BF is #5C3640. Grayscale: #BCBCBC. Windows color (decimal): -6043201 or 12568995. OLE color: 12568995.

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

Color convert

RGB163201191-
CMYK0.1900.050.21
HSL164.21º26.03%71.37%-
HSV(B)164.21º18.91%78.82%-
XYZ45.3953.3257.19-
YUV188.5129.41109.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 191 (75% from 255) = 34.41%
R=29.37%
G=36.22%
B=34.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632011910.1900.050.21164.2126.0371.37
HexA3C9BF130515a41a47
Octal24331127723052524432107
Binary1010001111001001101111111001101011010110100100110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C9BF; }

 p { color: rgb(163,201,191); }

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

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

 a { background-color: rgb(163,201,191); }

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

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

 span { border-color: rgb(163,201,191); }

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