Html Css Color HEX #83BBAD Monte Carlo

📋 copy color: '#83BBAD'

red 131 ◦ green 187 ◦ blue 173

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

Shades of Monte Carlo #83BBAD

Tints of Monte Carlo #83BBAD

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 value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#83BBAD (or 0x83BBAD) is known color: 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

RGB 131 187 173 -
CMYK 0.30 0 0.07 0.27
HSL 165º 0.29% 0.62% -
HSV(B) 165º 0.3% 0.73% -
XYZ 34.67 43.38 46.08 -
YUV 168.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 131 187 173 0.30 0 0.07 0.27 165 0.29 0.62
Hex 83 BB AD 1E 0 7 1B A5 1D 3E
Octal 203 273 255 36 0 7 33 245 35 76
Binary 10000011 10111011 10101101 11110 0 111 11011 10100101 11101 111110

Color Harmonies of #83BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BBAD

Black with #83BBAD

Text Example


Text Example

White with #83BBAD

Text Example


Text Example

HTML Codes & Css Web 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>