Html Css Color HEX #80BCAB Monte Carlo

📋 copy color: '#80BCAB'

red 128 ◦ green 188 ◦ blue 171

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

Shades of Monte Carlo #80BCAB

Tints of Monte Carlo #80BCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 26.28%
G = 38.6%
B = 35.11%

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

#80BCAB (or 0x80BCAB) is known color: Monte Carlo. HEX triplet: 80, BC and AB. RGB value is (128,188,171). Sum of RGB (Red+Green+Blue) = 128+188+171=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCAB is #7F4354. Grayscale: #A8A8A8. Windows color (decimal): -8340309 or 11254912. OLE color: 11254912.

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

Color convert

RGB 128 188 171 -
CMYK 0.32 0 0.09 0.26
HSL 163º 0.31% 0.62% -
HSV(B) 163º 0.32% 0.74% -
XYZ 34.24 43.5 45.12 -
YUV 168.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 128 188 171 0.32 0 0.09 0.26 163 0.31 0.62
Hex 80 BC AB 20 0 9 1A A3 1F 3E
Octal 200 274 253 40 0 11 32 243 37 76
Binary 10000000 10111100 10101011 100000 0 1001 11010 10100011 11111 111110

Color Harmonies of #80BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCAB

Black with #80BCAB

Text Example


Text Example

White with #80BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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