#83BAB9

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

Shades of Monte Carlo #83BAB9

Tints of Monte Carlo #83BAB9

Color information

#83BAB9 (or 0x83BAB9) is unknown color: approx Monte Carlo. HEX triplet: 83, BA and B9. RGB value is (131,186,185). Sum of RGB (Red+Green+Blue) = 131+186+185=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #83BAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAB9 is #7C4546. Grayscale: #A9A9A9. Windows color (decimal): -8144199 or 12171907. OLE color: 12171907.

HSL color Cylindrical-coordinate representation of color #83BAB9: hue angle of 178.91º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BAB9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB131186185-
CMYK0.3000.010.27
HSL178.91º28.5%62.16%-
HSV(B)178.91º29.57%72.94%-
XYZ35.6843.4552.4-
YUV169.44136.78100.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.10%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=26.10%
G=37.05%
B=36.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311861850.3000.010.27178.9128.562.16
Hex83BAB91E011Bb31c3e
Octal2032722713601332633476
Binary1000001110111010101110011111001110111011001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,186,185); }

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

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

 a { background-color: rgb(131,186,185); }

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

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

 span { border-color: rgb(131,186,185); }

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