Html Css Color HEX #80BCAC Monte Carlo

📋 copy color: '#80BCAC'

red 128 ◦ green 188 ◦ blue 172

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

Shades of Monte Carlo #80BCAC

Tints of Monte Carlo #80BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 26.23%
G = 38.52%
B = 35.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#80BCAC (or 0x80BCAC) is known color: Monte Carlo. HEX triplet: 80, BC and AC. RGB value is (128,188,172). Sum of RGB (Red+Green+Blue) = 128+188+172=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCAC is #7F4353. Grayscale: #A8A8A8. Windows color (decimal): -8340308 or 11320448. OLE color: 11320448.

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

Color convert

RGB 128 188 172 -
CMYK 0.32 0 0.09 0.26
HSL 164º 0.31% 0.62% -
HSV(B) 164º 0.32% 0.74% -
XYZ 34.33 43.53 45.62 -
YUV 168.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 128 188 172 0.32 0 0.09 0.26 164 0.31 0.62
Hex 80 BC AC 20 0 9 1A A4 1F 3E
Octal 200 274 254 40 0 11 32 244 37 76
Binary 10000000 10111100 10101100 100000 0 1001 11010 10100100 11111 111110

Color Harmonies of #80BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCAC

Black with #80BCAC

Text Example


Text Example

White with #80BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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