Html Css Color HEX #80BCAA Monte Carlo

📋 copy color: '#80BCAA'

red 128 ◦ green 188 ◦ blue 170

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

Shades of Monte Carlo #80BCAA

Tints of Monte Carlo #80BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 26.34%
G = 38.68%
B = 34.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#80BCAA (or 0x80BCAA) is known color: Monte Carlo. HEX triplet: 80, BC and AA. RGB value is (128,188,170). Sum of RGB (Red+Green+Blue) = 128+188+170=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCAA is #7F4355. Grayscale: #A8A8A8. Windows color (decimal): -8340310 or 11189376. OLE color: 11189376.

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

Color convert

RGB 128 188 170 -
CMYK 0.32 0 0.10 0.26
HSL 162º 0.31% 0.62% -
HSV(B) 162º 0.32% 0.74% -
XYZ 34.14 43.46 44.62 -
YUV 168.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 128 188 170 0.32 0 0.10 0.26 162 0.31 0.62
Hex 80 BC AA 20 0 A 1A A2 1F 3E
Octal 200 274 252 40 0 12 32 242 37 76
Binary 10000000 10111100 10101010 100000 0 1010 11010 10100010 11111 111110

Color Harmonies of #80BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCAA

Black with #80BCAA

Text Example


Text Example

White with #80BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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