Html Css Color HEX #82BEAD Monte Carlo

📋 copy color: '#82BEAD'

red 130 ◦ green 190 ◦ blue 173

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

Shades of Monte Carlo #82BEAD

Tints of Monte Carlo #82BEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 26.37%
G = 38.54%
B = 35.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#82BEAD (or 0x82BEAD) is known color: Monte Carlo. HEX triplet: 82, BE and AD. RGB value is (130,190,173). Sum of RGB (Red+Green+Blue) = 130+190+173=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #82BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BEAD is #7D4152. Grayscale: #AAAAAA. Windows color (decimal): -8208723 or 11386498. OLE color: 11386498.

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

Color convert

RGB 130 190 173 -
CMYK 0.32 0 0.09 0.25
HSL 163º 0.32% 0.63% -
HSV(B) 163º 0.32% 0.75% -
XYZ 35.16 44.59 46.29 -
YUV 170.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 130 190 173 0.32 0 0.09 0.25 163 0.32 0.63
Hex 82 BE AD 20 0 9 19 A3 20 3F
Octal 202 276 255 40 0 11 31 243 40 77
Binary 10000010 10111110 10101101 100000 0 1001 11001 10100011 100000 111111

Color Harmonies of #82BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEAD

Black with #82BEAD

Text Example


Text Example

White with #82BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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