Html Css Color HEX #80B9AD Monte Carlo

📋 copy color: '#80B9AD'

red 128 ◦ green 185 ◦ blue 173

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

Shades of Monte Carlo #80B9AD

Tints of Monte Carlo #80B9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 26.34%
G = 38.07%
B = 35.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#80B9AD (or 0x80B9AD) is known color: Monte Carlo. HEX triplet: 80, B9 and AD. RGB value is (128,185,173). Sum of RGB (Red+Green+Blue) = 128+185+173=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #80B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B9AD is #7F4652. Grayscale: #A6A6A6. Windows color (decimal): -8341075 or 11385216. OLE color: 11385216.

HSL color Cylindrical-coordinate representation of color #80B9AD: hue angle of 167.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B9AD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 185 173 -
CMYK 0.31 0 0.06 0.27
HSL 167.37º 0.29% 0.61% -
HSV(B) 167.37º 0.31% 0.73% -
XYZ 33.79 42.3 45.92 -
YUV 166.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 128 185 173 0.31 0 0.06 0.27 167.37 0.29 0.61
Hex 80 B9 AD 1F 0 6 1B A7 1D 3D
Octal 200 271 255 37 0 6 33 247 35 75
Binary 10000000 10111001 10101101 11111 0 110 11011 10100111 11101 111101

Color Harmonies of #80B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B9AD

Black with #80B9AD

Text Example


Text Example

White with #80B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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