Html Css Color HEX #80CBAD Monte Carlo

📋 copy color: '#80CBAD'

red 128 ◦ green 203 ◦ blue 173

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

Shades of Monte Carlo #80CBAD

Tints of Monte Carlo #80CBAD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.28%

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 25.4%
G = 40.28%
B = 34.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#80CBAD (or 0x80CBAD) is known color: Monte Carlo. HEX triplet: 80, CB and AD. RGB value is (128,203,173). Sum of RGB (Red+Green+Blue) = 128+203+173=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CBAD is #7F3452. Grayscale: #B1B1B1. Windows color (decimal): -8336467 or 11389824. OLE color: 11389824.

HSL color Cylindrical-coordinate representation of color #80CBAD: hue angle of 156º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CBAD is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 173 -
CMYK 0.37 0 0.15 0.20
HSL 156º 0.42% 0.65% -
HSV(B) 156º 0.37% 0.8% -
XYZ 37.8 50.32 47.26 -
YUV 177.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 128 203 173 0.37 0 0.15 0.20 156 0.42 0.65
Hex 80 CB AD 25 0 F 14 9C 2A 41
Octal 200 313 255 45 0 17 24 234 52 101
Binary 10000000 11001011 10101101 100101 0 1111 10100 10011100 101010 1000001

Color Harmonies of #80CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBAD

Black with #80CBAD

Text Example


Text Example

White with #80CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,173); }

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

background-color css

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

 a { background-color: rgb(128,203,173); }

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

border-color css

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

 span { border-color: rgb(128,203,173); }

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