#A3C4BB

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

Shades of Opal #A3C4BB

Tints of Opal #A3C4BB

Color information

#A3C4BB (or 0xA3C4BB) is unknown color: approx Opal. HEX triplet: A3, C4 and BB. RGB value is (163,196,187). Sum of RGB (Red+Green+Blue) = 163+196+187=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4BB is #5C3B44. Grayscale: #B9B9B9. Windows color (decimal): -6044485 or 12305571. OLE color: 12305571.

HSL color Cylindrical-coordinate representation of color #A3C4BB: hue angle of 163.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C4BB is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB163196187-
CMYK0.1700.050.23
HSL163.64º21.85%70.39%-
HSV(B)163.64º16.84%76.86%-
XYZ43.8150.8554.52-
YUV185.11129.07112.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 196 (76.95% from 255) = 35.90%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=29.85%
G=35.90%
B=34.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631961870.1700.050.23163.6421.8570.39
HexA3C4BB110517a41646
Octal24330427321052724426106
Binary1010001111000100101110111000101011011110100100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4BB; }

 p { color: rgb(163,196,187); }

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

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

 a { background-color: rgb(163,196,187); }

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

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

 span { border-color: rgb(163,196,187); }

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