Html Css Color HEX #80CEB0 Monte Carlo

📋 copy color: '#80CEB0'

red 128 ◦ green 206 ◦ blue 176

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

Shades of Monte Carlo #80CEB0

Tints of Monte Carlo #80CEB0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.39%

 BLUE value IS 176 (69.14% from 255) = 34.51%

R = 25.1%
G = 40.39%
B = 34.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#80CEB0 (or 0x80CEB0) is known color: Monte Carlo. HEX triplet: 80, CE and B0. RGB value is (128,206,176). Sum of RGB (Red+Green+Blue) = 128+206+176=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEB0 is #7F314F. Grayscale: #B3B3B3. Windows color (decimal): -8335696 or 11587200. OLE color: 11587200.

HSL color Cylindrical-coordinate representation of color #80CEB0: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CEB0 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 176 -
CMYK 0.38 0 0.15 0.19
HSL 156.92º 0.44% 0.65% -
HSV(B) 156.92º 0.38% 0.81% -
XYZ 38.81 51.87 49.04 -
YUV 179.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 128 206 176 0.38 0 0.15 0.19 156.92 0.44 0.65
Hex 80 CE B0 26 0 F 13 9D 2C 41
Octal 200 316 260 46 0 17 23 235 54 101
Binary 10000000 11001110 10110000 100110 0 1111 10011 10011101 101100 1000001

Color Harmonies of #80CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEB0

Black with #80CEB0

Text Example


Text Example

White with #80CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,176); }

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

background-color css

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

 a { background-color: rgb(128,206,176); }

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

border-color css

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

 span { border-color: rgb(128,206,176); }

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