#83BAB4

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

Shades of Monte Carlo #83BAB4

Tints of Monte Carlo #83BAB4

Color information

#83BAB4 (or 0x83BAB4) is unknown color: approx Monte Carlo. HEX triplet: 83, BA and B4. RGB value is (131,186,180). Sum of RGB (Red+Green+Blue) = 131+186+180=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #83BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BAB4 is #7C454B. Grayscale: #A8A8A8. Windows color (decimal): -8144204 or 11844227. OLE color: 11844227.

HSL color Cylindrical-coordinate representation of color #83BAB4: hue angle of 173.45º 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 #83BAB4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB131186180-
CMYK0.3000.030.27
HSL173.45º28.5%62.16%-
HSV(B)173.45º29.57%72.94%-
XYZ35.1643.2449.67-
YUV168.87134.28100.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.36%
GREEN value IS 186 (73.05% from 255) = 37.42%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=26.36%
G=37.42%
B=36.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311861800.3000.030.27173.4528.562.16
Hex83BAB41E031Bad1c3e
Octal2032722643603332553476
Binary10000011101110101011010011110011110111010110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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