Html Css Color HEX #80BAB8 Monte Carlo

📋 copy color: '#80BAB8'

red 128 ◦ green 186 ◦ blue 184

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

Shades of Monte Carlo #80BAB8

Tints of Monte Carlo #80BAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.95%

R = 25.7%
G = 37.35%
B = 36.95%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#80BAB8 (or 0x80BAB8) is known color: Monte Carlo. HEX triplet: 80, BA and B8. RGB value is (128,186,184). Sum of RGB (Red+Green+Blue) = 128+186+184=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 184 (72.27% from 255 or 36.95% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #80BAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BAB8 is #7F4547. Grayscale: #A8A8A8. Windows color (decimal): -8340808 or 12106368. OLE color: 12106368.

HSL color Cylindrical-coordinate representation of color #80BAB8: hue angle of 177.93º 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 #80BAB8 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 184 -
CMYK 0.31 0 0.01 0.27
HSL 177.93º 0.3% 0.62% -
HSV(B) 177.93º 0.31% 0.73% -
XYZ 35.11 43.17 51.83 -
YUV 168.43 136.78 99.16 -
System Red Green Blue C M Y K H S L
Decimal 128 186 184 0.31 0 0.01 0.27 177.93 0.3 0.62
Hex 80 BA B8 1F 0 1 1B B2 1E 3E
Octal 200 272 270 37 0 1 33 262 36 76
Binary 10000000 10111010 10111000 11111 0 1 11011 10110010 11110 111110

Color Harmonies of #80BAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAB8

Black with #80BAB8

Text Example


Text Example

White with #80BAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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