Html Css Color HEX #80BEAD Monte Carlo

📋 copy color: '#80BEAD'

red 128 ◦ green 190 ◦ blue 173

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

Shades of Monte Carlo #80BEAD

Tints of Monte Carlo #80BEAD

RGB

 RED value IS 128 (50.39% from 255) = 26.07%

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

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

R = 26.07%
G = 38.7%
B = 35.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#80BEAD (or 0x80BEAD) is known color: Monte Carlo. HEX triplet: 80, BE and AD. RGB value is (128,190,173). Sum of RGB (Red+Green+Blue) = 128+190+173=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BEAD is #7F4152. Grayscale: #A9A9A9. Windows color (decimal): -8339795 or 11386496. OLE color: 11386496.

HSL color Cylindrical-coordinate representation of color #80BEAD: hue angle of 163.55º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BEAD is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 173 -
CMYK 0.33 0 0.09 0.25
HSL 163.55º 0.32% 0.62% -
HSV(B) 163.55º 0.33% 0.75% -
XYZ 34.86 44.43 46.27 -
YUV 169.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 128 190 173 0.33 0 0.09 0.25 163.55 0.32 0.62
Hex 80 BE AD 21 0 9 19 A4 20 3E
Octal 200 276 255 41 0 11 31 244 40 76
Binary 10000000 10111110 10101101 100001 0 1001 11001 10100100 100000 111110

Color Harmonies of #80BEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEAD

Black with #80BEAD

Text Example


Text Example

White with #80BEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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