Html Css Color HEX #83BEAA Monte Carlo

📋 copy color: '#83BEAA'

red 131 ◦ green 190 ◦ blue 170

#83BEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #83BEAA

Tints of Monte Carlo #83BEAA

RGB

 RED value IS 131 (51.56% from 255) = 26.68%

 GREEN value IS 190 (74.61% from 255) = 38.7%

 BLUE value IS 170 (66.8% from 255) = 34.62%

R = 26.68%
G = 38.7%
B = 34.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#83BEAA (or 0x83BEAA) is known color: Monte Carlo. HEX triplet: 83, BE and AA. RGB value is (131,190,170). Sum of RGB (Red+Green+Blue) = 131+190+170=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BEAA is #7C4155. Grayscale: #AAAAAA. Windows color (decimal): -8143190 or 11189891. OLE color: 11189891.

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

Color convert

RGB 131 190 170 -
CMYK 0.31 0 0.11 0.25
HSL 159.66º 0.31% 0.63% -
HSV(B) 159.66º 0.31% 0.75% -
XYZ 35.03 44.55 44.78 -
YUV 170.08 127.95 100.13 -
System Red Green Blue C M Y K H S L
Decimal 131 190 170 0.31 0 0.11 0.25 159.66 0.31 0.63
Hex 83 BE AA 1F 0 B 19 A0 1F 3F
Octal 203 276 252 37 0 13 31 240 37 77
Binary 10000011 10111110 10101010 11111 0 1011 11001 10100000 11111 111111

Color Harmonies of #83BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BEAA

Black with #83BEAA

Text Example


Text Example

White with #83BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83BEAA;
 }
 .AnyTagClassName
 {
   color: #83BEAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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