#83C9AB

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

Shades of Monte Carlo #83C9AB

Tints of Monte Carlo #83C9AB

Color information

#83C9AB (or 0x83C9AB) is unknown color: approx Monte Carlo. HEX triplet: 83, C9 and AB. RGB value is (131,201,171). Sum of RGB (Red+Green+Blue) = 131+201+171=503 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.04% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #83C9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C9AB is #7C3654. Grayscale: #B0B0B0. Windows color (decimal): -8140373 or 11258243. OLE color: 11258243.

HSL color Cylindrical-coordinate representation of color #83C9AB: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C9AB is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB131201171-
CMYK0.3500.150.21
HSL154.29º39.33%65.1%-
HSV(B)154.29º34.83%78.82%-
XYZ37.649.5446.11-
YUV176.65124.8195.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.04%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=26.04%
G=39.96%
B=34.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312011710.3500.150.21154.2939.3365.1
Hex83C9AB230F159a2741
Octal203311253430172523247101
Binary1000001111001001101010111000110111110101100110101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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