Html Css Color HEX #83BCAD Monte Carlo

📋 copy color: '#83BCAD'

red 131 ◦ green 188 ◦ blue 173

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

Shades of Monte Carlo #83BCAD

Tints of Monte Carlo #83BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 173 (67.97% from 255) = 35.16%

R = 26.63%
G = 38.21%
B = 35.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#83BCAD (or 0x83BCAD) is known color: Monte Carlo. HEX triplet: 83, BC and AD. RGB value is (131,188,173). Sum of RGB (Red+Green+Blue) = 131+188+173=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #83BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BCAD is #7C4352. Grayscale: #A9A9A9. Windows color (decimal): -8143699 or 11385987. OLE color: 11385987.

HSL color Cylindrical-coordinate representation of color #83BCAD: hue angle of 164.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BCAD is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 173 -
CMYK 0.30 0 0.08 0.26
HSL 164.21º 0.3% 0.63% -
HSV(B) 164.21º 0.3% 0.74% -
XYZ 34.89 43.81 46.15 -
YUV 169.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 131 188 173 0.30 0 0.08 0.26 164.21 0.3 0.63
Hex 83 BC AD 1E 0 8 1A A4 1E 3F
Octal 203 274 255 36 0 10 32 244 36 77
Binary 10000011 10111100 10101101 11110 0 1000 11010 10100100 11110 111111

Color Harmonies of #83BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BCAD

Black with #83BCAD

Text Example


Text Example

White with #83BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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