#83BCAB

Color #83BCAB Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #83BCAB

Tints of Monte Carlo #83BCAB

Color information

#83BCAB (or 0x83BCAB) is unknown color: approx Monte Carlo. HEX triplet: 83, BC and AB. RGB value is (131,188,171). Sum of RGB (Red+Green+Blue) = 131+188+171=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCAB is #7C4354. Grayscale: #A9A9A9. Windows color (decimal): -8143701 or 11254915. OLE color: 11254915.

HSL color Cylindrical-coordinate representation of color #83BCAB: hue angle of 162.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BCAB is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB131188171-
CMYK0.3000.090.26
HSL162.11º29.84%62.55%-
HSV(B)162.11º30.32%73.73%-
XYZ34.6943.7345.14-
YUV169.02129.12100.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=26.73%
G=38.37%
B=34.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311881710.3000.090.26162.1129.8462.55
Hex83BCAB1E091Aa21e3f
Octal20327425336011322423677
Binary1000001110111100101010111111001001110101010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BCAB; }

 p { color: rgb(131,188,171); }

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

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

 a { background-color: rgb(131,188,171); }

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

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

 span { border-color: rgb(131,188,171); }

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