#83BBAD

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

Shades of Monte Carlo #83BBAD

Tints of Monte Carlo #83BBAD

Color information

#83BBAD (or 0x83BBAD) is unknown color: approx Monte Carlo. HEX triplet: 83, BB and AD. RGB value is (131,187,173). Sum of RGB (Red+Green+Blue) = 131+187+173=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #83BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BBAD is #7C4452. Grayscale: #A8A8A8. Windows color (decimal): -8143955 or 11385731. OLE color: 11385731.

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

Color convert

RGB131187173-
CMYK0.3000.070.27
HSL165º29.17%62.35%-
HSV(B)165º29.95%73.33%-
XYZ34.6743.3846.08-
YUV168.66130.45101.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=26.68%
G=38.09%
B=35.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1311871730.3000.070.2716529.1762.35
Hex83BBAD1E071Ba51d3e
Octal2032732553607332453576
Binary100000111011101110101101111100111110111010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,173); }

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

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

 a { background-color: rgb(131,187,173); }

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

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

 span { border-color: rgb(131,187,173); }

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