Html Css Color HEX #83BEBA Monte Carlo

📋 copy color: '#83BEBA'

red 131 ◦ green 190 ◦ blue 186

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

Shades of Monte Carlo #83BEBA

Tints of Monte Carlo #83BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 25.84%
G = 37.48%
B = 36.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#83BEBA (or 0x83BEBA) is known color: Monte Carlo. HEX triplet: 83, BE and BA. RGB value is (131,190,186). Sum of RGB (Red+Green+Blue) = 131+190+186=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #83BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BEBA is #7C4145. Grayscale: #ABABAB. Windows color (decimal): -8143174 or 12238467. OLE color: 12238467.

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

Color convert

RGB 131 190 186 -
CMYK 0.31 0 0.02 0.25
HSL 175.93º 0.31% 0.63% -
HSV(B) 175.93º 0.31% 0.75% -
XYZ 36.64 45.2 53.25 -
YUV 171.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 131 190 186 0.31 0 0.02 0.25 175.93 0.31 0.63
Hex 83 BE BA 1F 0 2 19 B0 1F 3F
Octal 203 276 272 37 0 2 31 260 37 77
Binary 10000011 10111110 10111010 11111 0 10 11001 10110000 11111 111111

Color Harmonies of #83BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BEBA

Black with #83BEBA

Text Example


Text Example

White with #83BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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