#A3CCBB

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

Shades of Opal #A3CCBB

Tints of Opal #A3CCBB

Color information

#A3CCBB (or 0xA3CCBB) is unknown color: approx Opal. HEX triplet: A3, CC and BB. RGB value is (163,204,187). Sum of RGB (Red+Green+Blue) = 163+204+187=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCBB is #5C3344. Grayscale: #BDBDBD. Windows color (decimal): -6042437 or 12307619. OLE color: 12307619.

HSL color Cylindrical-coordinate representation of color #A3CCBB: hue angle of 155.12º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCBB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB163204187-
CMYK0.2000.080.2
HSL155.12º28.67%71.96%-
HSV(B)155.12º20.1%80%-
XYZ45.6754.5655.14-
YUV189.8126.42108.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.42%
GREEN value IS 204 (80.08% from 255) = 36.82%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=29.42%
G=36.82%
B=33.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041870.2000.080.2155.1228.6771.96
HexA3CCBB1408149b1d48
Octal243314273240102423335110
Binary10100011110011001011101110100010001010010011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCBB; }

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

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

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

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

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

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

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

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