#83BEAD

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

Shades of Monte Carlo #83BEAD

Tints of Monte Carlo #83BEAD

Color information

#83BEAD (or 0x83BEAD) is unknown color: approx Monte Carlo. HEX triplet: 83, BE and AD. RGB value is (131,190,173). Sum of RGB (Red+Green+Blue) = 131+190+173=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEAD is #7C4152. Grayscale: #AAAAAA. Windows color (decimal): -8143187 or 11386499. OLE color: 11386499.

HSL color Cylindrical-coordinate representation of color #83BEAD: hue angle of 162.71º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BEAD is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB131190173-
CMYK0.3100.090.25
HSL162.71º31.22%62.94%-
HSV(B)162.71º31.05%74.51%-
XYZ35.3244.6746.3-
YUV170.42129.4599.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=26.52%
G=38.46%
B=35.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901730.3100.090.25162.7131.2262.94
Hex83BEAD1F0919a31f3f
Octal20327625537011312433777
Binary1000001110111110101011011111101001110011010001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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