Html Css Color HEX #83BEBD Monte Carlo

📋 copy color: '#83BEBD'

red 131 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #83BEBD

Tints of Monte Carlo #83BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.06%

R = 25.69%
G = 37.25%
B = 37.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#83BEBD (or 0x83BEBD) is known color: Monte Carlo. HEX triplet: 83, BE and BD. RGB value is (131,190,189). Sum of RGB (Red+Green+Blue) = 131+190+189=510 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.69% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEBD is #7C4142. Grayscale: #ACACAC. Windows color (decimal): -8143171 or 12435075. OLE color: 12435075.

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

Color convert

RGB 131 190 189 -
CMYK 0.31 0 0.01 0.25
HSL 178.98º 0.31% 0.63% -
HSV(B) 178.98º 0.31% 0.75% -
XYZ 36.96 45.33 54.95 -
YUV 172.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 131 190 189 0.31 0 0.01 0.25 178.98 0.31 0.63
Hex 83 BE BD 1F 0 1 19 B3 1F 3F
Octal 203 276 275 37 0 1 31 263 37 77
Binary 10000011 10111110 10111101 11111 0 1 11001 10110011 11111 111111

Color Harmonies of #83BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BEBD

Black with #83BEBD

Text Example


Text Example

White with #83BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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