Html Css Color HEX #80BDAD Monte Carlo

📋 copy color: '#80BDAD'

red 128 ◦ green 189 ◦ blue 173

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

Shades of Monte Carlo #80BDAD

Tints of Monte Carlo #80BDAD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.57%

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

R = 26.12%
G = 38.57%
B = 35.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#80BDAD (or 0x80BDAD) is known color: Monte Carlo. HEX triplet: 80, BD and AD. RGB value is (128,189,173). Sum of RGB (Red+Green+Blue) = 128+189+173=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BDAD is #7F4252. Grayscale: #A8A8A8. Windows color (decimal): -8340051 or 11386240. OLE color: 11386240.

HSL color Cylindrical-coordinate representation of color #80BDAD: hue angle of 164.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BDAD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 173 -
CMYK 0.32 0 0.08 0.26
HSL 164.26º 0.32% 0.62% -
HSV(B) 164.26º 0.32% 0.74% -
XYZ 34.64 44 46.2 -
YUV 168.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 128 189 173 0.32 0 0.08 0.26 164.26 0.32 0.62
Hex 80 BD AD 20 0 8 1A A4 20 3E
Octal 200 275 255 40 0 10 32 244 40 76
Binary 10000000 10111101 10101101 100000 0 1000 11010 10100100 100000 111110

Color Harmonies of #80BDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDAD

Black with #80BDAD

Text Example


Text Example

White with #80BDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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