Html Css Color HEX #80BAB0 Monte Carlo

📋 copy color: '#80BAB0'

red 128 ◦ green 186 ◦ blue 176

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

Shades of Monte Carlo #80BAB0

Tints of Monte Carlo #80BAB0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.96%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 26.12%
G = 37.96%
B = 35.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#80BAB0 (or 0x80BAB0) is known color: Monte Carlo. HEX triplet: 80, BA and B0. RGB value is (128,186,176). Sum of RGB (Red+Green+Blue) = 128+186+176=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BAB0 is #7F454F. Grayscale: #A7A7A7. Windows color (decimal): -8340816 or 11582080. OLE color: 11582080.

HSL color Cylindrical-coordinate representation of color #80BAB0: hue angle of 169.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80BAB0 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 176 -
CMYK 0.31 0 0.05 0.27
HSL 169.66º 0.3% 0.62% -
HSV(B) 169.66º 0.31% 0.73% -
XYZ 34.3 42.84 47.54 -
YUV 167.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 128 186 176 0.31 0 0.05 0.27 169.66 0.3 0.62
Hex 80 BA B0 1F 0 5 1B AA 1E 3E
Octal 200 272 260 37 0 5 33 252 36 76
Binary 10000000 10111010 10110000 11111 0 101 11011 10101010 11110 111110

Color Harmonies of #80BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAB0

Black with #80BAB0

Text Example


Text Example

White with #80BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,176); }

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

background-color css

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

 a { background-color: rgb(128,186,176); }

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

border-color css

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

 span { border-color: rgb(128,186,176); }

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