Html Css Color HEX #80C0AF Monte Carlo

📋 copy color: '#80C0AF'

red 128 ◦ green 192 ◦ blue 175

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

Shades of Monte Carlo #80C0AF

Tints of Monte Carlo #80C0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 25.86%
G = 38.79%
B = 35.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#80C0AF (or 0x80C0AF) is known color: Monte Carlo. HEX triplet: 80, C0 and AF. RGB value is (128,192,175). Sum of RGB (Red+Green+Blue) = 128+192+175=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #80C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C0AF is #7F3F50. Grayscale: #AAAAAA. Windows color (decimal): -8339281 or 11518080. OLE color: 11518080.

HSL color Cylindrical-coordinate representation of color #80C0AF: hue angle of 164.06º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C0AF is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 175 -
CMYK 0.33 0 0.09 0.25
HSL 164.06º 0.34% 0.63% -
HSV(B) 164.06º 0.33% 0.75% -
XYZ 35.49 45.38 47.45 -
YUV 170.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 128 192 175 0.33 0 0.09 0.25 164.06 0.34 0.63
Hex 80 C0 AF 21 0 9 19 A4 22 3F
Octal 200 300 257 41 0 11 31 244 42 77
Binary 10000000 11000000 10101111 100001 0 1001 11001 10100100 100010 111111

Color Harmonies of #80C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0AF

Black with #80C0AF

Text Example


Text Example

White with #80C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,175); }

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

background-color css

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

 a { background-color: rgb(128,192,175); }

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

border-color css

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

 span { border-color: rgb(128,192,175); }

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