Html Css Color HEX #80CEB2 Monte Carlo

📋 copy color: '#80CEB2'

red 128 ◦ green 206 ◦ blue 178

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

Shades of Monte Carlo #80CEB2

Tints of Monte Carlo #80CEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 25%
G = 40.23%
B = 34.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#80CEB2 (or 0x80CEB2) is known color: Monte Carlo. HEX triplet: 80, CE and B2. RGB value is (128,206,178). Sum of RGB (Red+Green+Blue) = 128+206+178=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CEB2 is #7F314D. Grayscale: #B3B3B3. Windows color (decimal): -8335694 or 11718272. OLE color: 11718272.

HSL color Cylindrical-coordinate representation of color #80CEB2: hue angle of 158.46º 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 #80CEB2 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 178 -
CMYK 0.38 0 0.14 0.19
HSL 158.46º 0.44% 0.65% -
HSV(B) 158.46º 0.38% 0.81% -
XYZ 39.01 51.95 50.09 -
YUV 179.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 128 206 178 0.38 0 0.14 0.19 158.46 0.44 0.65
Hex 80 CE B2 26 0 E 13 9E 2C 41
Octal 200 316 262 46 0 16 23 236 54 101
Binary 10000000 11001110 10110010 100110 0 1110 10011 10011110 101100 1000001

Color Harmonies of #80CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CEB2

Black with #80CEB2

Text Example


Text Example

White with #80CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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