Html Css Color HEX #80BEAB Monte Carlo

📋 copy color: '#80BEAB'

red 128 ◦ green 190 ◦ blue 171

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

Shades of Monte Carlo #80BEAB

Tints of Monte Carlo #80BEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 26.18%
G = 38.85%
B = 34.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#80BEAB (or 0x80BEAB) is known color: Monte Carlo. HEX triplet: 80, BE and AB. RGB value is (128,190,171). Sum of RGB (Red+Green+Blue) = 128+190+171=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BEAB is #7F4154. Grayscale: #A9A9A9. Windows color (decimal): -8339797 or 11255424. OLE color: 11255424.

HSL color Cylindrical-coordinate representation of color #80BEAB: hue angle of 161.61º 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 #80BEAB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 171 -
CMYK 0.33 0 0.10 0.25
HSL 161.61º 0.32% 0.62% -
HSV(B) 161.61º 0.33% 0.75% -
XYZ 34.67 44.36 45.26 -
YUV 169.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 128 190 171 0.33 0 0.10 0.25 161.61 0.32 0.62
Hex 80 BE AB 21 0 A 19 A2 20 3E
Octal 200 276 253 41 0 12 31 242 40 76
Binary 10000000 10111110 10101011 100001 0 1010 11001 10100010 100000 111110

Color Harmonies of #80BEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEAB

Black with #80BEAB

Text Example


Text Example

White with #80BEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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