Html Css Color HEX #82BEB0 Monte Carlo

📋 copy color: '#82BEB0'

red 130 ◦ green 190 ◦ blue 176

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

Shades of Monte Carlo #82BEB0

Tints of Monte Carlo #82BEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 26.21%
G = 38.31%
B = 35.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#82BEB0 (or 0x82BEB0) is known color: Monte Carlo. HEX triplet: 82, BE and B0. RGB value is (130,190,176). Sum of RGB (Red+Green+Blue) = 130+190+176=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEB0 is #7D414F. Grayscale: #AAAAAA. Windows color (decimal): -8208720 or 11583106. OLE color: 11583106.

HSL color Cylindrical-coordinate representation of color #82BEB0: hue angle of 166º 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 #82BEB0 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 176 -
CMYK 0.32 0 0.07 0.25
HSL 166º 0.32% 0.63% -
HSV(B) 166º 0.32% 0.75% -
XYZ 35.46 44.71 47.83 -
YUV 170.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 130 190 176 0.32 0 0.07 0.25 166 0.32 0.63
Hex 82 BE B0 20 0 7 19 A6 20 3F
Octal 202 276 260 40 0 7 31 246 40 77
Binary 10000010 10111110 10110000 100000 0 111 11001 10100110 100000 111111

Color Harmonies of #82BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEB0

Black with #82BEB0

Text Example


Text Example

White with #82BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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