Html Css Color HEX #80C1A5 Monte Carlo

📋 copy color: '#80C1A5'

red 128 ◦ green 193 ◦ blue 165

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

Shades of Monte Carlo #80C1A5

Tints of Monte Carlo #80C1A5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.71%

 BLUE value IS 165 (64.84% from 255) = 33.95%

R = 26.34%
G = 39.71%
B = 33.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#80C1A5 (or 0x80C1A5) is known color: Monte Carlo. HEX triplet: 80, C1 and A5. RGB value is (128,193,165). Sum of RGB (Red+Green+Blue) = 128+193+165=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #80C1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C1A5 is #7F3E5A. Grayscale: #AAAAAA. Windows color (decimal): -8339035 or 10862976. OLE color: 10862976.

HSL color Cylindrical-coordinate representation of color #80C1A5: hue angle of 154.15º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C1A5 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 165 -
CMYK 0.34 0 0.15 0.24
HSL 154.15º 0.34% 0.63% -
HSV(B) 154.15º 0.34% 0.76% -
XYZ 34.76 45.45 42.54 -
YUV 170.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 128 193 165 0.34 0 0.15 0.24 154.15 0.34 0.63
Hex 80 C1 A5 22 0 F 18 9A 22 3F
Octal 200 301 245 42 0 17 30 232 42 77
Binary 10000000 11000001 10100101 100010 0 1111 11000 10011010 100010 111111

Color Harmonies of #80C1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C1A5

Black with #80C1A5

Text Example


Text Example

White with #80C1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,165); }

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

background-color css

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

 a { background-color: rgb(128,193,165); }

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

border-color css

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

 span { border-color: rgb(128,193,165); }

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