Html Css Color HEX #80BCAD Monte Carlo

📋 copy color: '#80BCAD'

red 128 ◦ green 188 ◦ blue 173

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

Shades of Monte Carlo #80BCAD

Tints of Monte Carlo #80BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.45%

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

R = 26.18%
G = 38.45%
B = 35.38%

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

#80BCAD (or 0x80BCAD) is known color: Monte Carlo. HEX triplet: 80, BC and AD. RGB value is (128,188,173). Sum of RGB (Red+Green+Blue) = 128+188+173=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCAD is #7F4352. Grayscale: #A8A8A8. Windows color (decimal): -8340307 or 11385984. OLE color: 11385984.

HSL color Cylindrical-coordinate representation of color #80BCAD: hue angle of 165º degrees, saturation: 0.31, 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 #80BCAD is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 173 -
CMYK 0.32 0 0.08 0.26
HSL 165º 0.31% 0.62% -
HSV(B) 165º 0.32% 0.74% -
XYZ 34.43 43.57 46.13 -
YUV 168.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 128 188 173 0.32 0 0.08 0.26 165 0.31 0.62
Hex 80 BC AD 20 0 8 1A A5 1F 3E
Octal 200 274 255 40 0 10 32 245 37 76
Binary 10000000 10111100 10101101 100000 0 1000 11010 10100101 11111 111110

Color Harmonies of #80BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCAD

Black with #80BCAD

Text Example


Text Example

White with #80BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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