Html Css Color HEX #83BDBB Monte Carlo

📋 copy color: '#83BDBB'

red 131 ◦ green 189 ◦ blue 187

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

Shades of Monte Carlo #83BDBB

Tints of Monte Carlo #83BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 25.84%
G = 37.28%
B = 36.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#83BDBB (or 0x83BDBB) is known color: Monte Carlo. HEX triplet: 83, BD and BB. RGB value is (131,189,187). Sum of RGB (Red+Green+Blue) = 131+189+187=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BDBB is #7C4244. Grayscale: #ABABAB. Windows color (decimal): -8143429 or 12303747. OLE color: 12303747.

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

Color convert

RGB 131 189 187 -
CMYK 0.31 0 0.01 0.26
HSL 177.93º 0.31% 0.63% -
HSV(B) 177.93º 0.31% 0.74% -
XYZ 36.53 44.81 53.74 -
YUV 171.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 131 189 187 0.31 0 0.01 0.26 177.93 0.31 0.63
Hex 83 BD BB 1F 0 1 1A B2 1F 3F
Octal 203 275 273 37 0 1 32 262 37 77
Binary 10000011 10111101 10111011 11111 0 1 11010 10110010 11111 111111

Color Harmonies of #83BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BDBB

Black with #83BDBB

Text Example


Text Example

White with #83BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,187); }

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

background-color css

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

 a { background-color: rgb(131,189,187); }

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

border-color css

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

 span { border-color: rgb(131,189,187); }

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