#83BEB2

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

Shades of Monte Carlo #83BEB2

Tints of Monte Carlo #83BEB2

Color information

#83BEB2 (or 0x83BEB2) is unknown color: approx Monte Carlo. HEX triplet: 83, BE and B2. RGB value is (131,190,178). Sum of RGB (Red+Green+Blue) = 131+190+178=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEB2 is #7C414D. Grayscale: #AAAAAA. Windows color (decimal): -8143182 or 11714179. OLE color: 11714179.

HSL color Cylindrical-coordinate representation of color #83BEB2: hue angle of 167.8º 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 #83BEB2 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB131190178-
CMYK0.3100.060.25
HSL167.8º31.22%62.94%-
HSV(B)167.8º31.05%74.51%-
XYZ35.8144.8748.89-
YUV170.99131.9599.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.25%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=26.25%
G=38.08%
B=35.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311901780.3100.060.25167.831.2262.94
Hex83BEB21F0619a81f3f
Octal2032762623706312503777
Binary100000111011111010110010111110110110011010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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