Html Css Color HEX #80C4B9 Monte Carlo

📋 copy color: '#80C4B9'

red 128 ◦ green 196 ◦ blue 185

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

Shades of Monte Carlo #80C4B9

Tints of Monte Carlo #80C4B9

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.51%

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 25.15%
G = 38.51%
B = 36.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#80C4B9 (or 0x80C4B9) is known color: Monte Carlo. HEX triplet: 80, C4 and B9. RGB value is (128,196,185). Sum of RGB (Red+Green+Blue) = 128+196+185=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #80C4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C4B9 is #7F3B46. Grayscale: #AEAEAE. Windows color (decimal): -8338247 or 12174464. OLE color: 12174464.

HSL color Cylindrical-coordinate representation of color #80C4B9: hue angle of 170.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80C4B9 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 185 -
CMYK 0.35 0 0.06 0.23
HSL 170.29º 0.37% 0.64% -
HSV(B) 170.29º 0.35% 0.77% -
XYZ 37.4 47.57 53.11 -
YUV 174.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 128 196 185 0.35 0 0.06 0.23 170.29 0.37 0.64
Hex 80 C4 B9 23 0 6 17 AA 25 40
Octal 200 304 271 43 0 6 27 252 45 100
Binary 10000000 11000100 10111001 100011 0 110 10111 10101010 100101 1000000

Color Harmonies of #80C4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C4B9

Black with #80C4B9

Text Example


Text Example

White with #80C4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,185); }

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

background-color css

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

 a { background-color: rgb(128,196,185); }

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

border-color css

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

 span { border-color: rgb(128,196,185); }

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