Html Css Color HEX #82BEBC Monte Carlo

📋 copy color: '#82BEBC'

red 130 ◦ green 190 ◦ blue 188

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

Shades of Monte Carlo #82BEBC

Tints of Monte Carlo #82BEBC

RGB

 RED value IS 130 (51.17% from 255) = 25.59%

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 25.59%
G = 37.4%
B = 37.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#82BEBC (or 0x82BEBC) is known color: Monte Carlo. HEX triplet: 82, BE and BC. RGB value is (130,190,188). Sum of RGB (Red+Green+Blue) = 130+190+188=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEBC is #7D4143. Grayscale: #ABABAB. Windows color (decimal): -8208708 or 12369538. OLE color: 12369538.

HSL color Cylindrical-coordinate representation of color #82BEBC: hue angle of 178º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BEBC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 188 -
CMYK 0.32 0 0.01 0.25
HSL 178º 0.32% 0.63% -
HSV(B) 178º 0.32% 0.75% -
XYZ 36.7 45.2 54.37 -
YUV 171.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 130 190 188 0.32 0 0.01 0.25 178 0.32 0.63
Hex 82 BE BC 20 0 1 19 B2 20 3F
Octal 202 276 274 40 0 1 31 262 40 77
Binary 10000010 10111110 10111100 100000 0 1 11001 10110010 100000 111111

Color Harmonies of #82BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEBC

Black with #82BEBC

Text Example


Text Example

White with #82BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BEBC; }

 p { color: rgb(130,190,188); }

 H1.HeaderClassName
 {
   color: #82BEBC;
 }
 .AnyTagClassName
 {
   color: #82BEBC;
 }
</style>

background-color css

<style>
 a { background-color: #82BEBC; }

 a { background-color: rgb(130,190,188); }

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

border-color css

<style>
 span { border-color: #82BEBC; }

 span { border-color: rgb(130,190,188); }

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