Html Css Color HEX #80C8BD Monte Carlo

📋 copy color: '#80C8BD'

red 128 ◦ green 200 ◦ blue 189

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

Shades of Monte Carlo #80C8BD

Tints of Monte Carlo #80C8BD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 24.76%
G = 38.68%
B = 36.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#80C8BD (or 0x80C8BD) is known color: Monte Carlo. HEX triplet: 80, C8 and BD. RGB value is (128,200,189). Sum of RGB (Red+Green+Blue) = 128+200+189=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #80C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8BD is #7F3742. Grayscale: #B1B1B1. Windows color (decimal): -8337219 or 12437632. OLE color: 12437632.

HSL color Cylindrical-coordinate representation of color #80C8BD: hue angle of 170.83º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C8BD is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 189 -
CMYK 0.36 0 0.06 0.22
HSL 170.83º 0.4% 0.64% -
HSV(B) 170.83º 0.36% 0.78% -
XYZ 38.74 49.57 55.67 -
YUV 177.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 128 200 189 0.36 0 0.06 0.22 170.83 0.4 0.64
Hex 80 C8 BD 24 0 6 16 AB 28 40
Octal 200 310 275 44 0 6 26 253 50 100
Binary 10000000 11001000 10111101 100100 0 110 10110 10101011 101000 1000000

Color Harmonies of #80C8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C8BD

Black with #80C8BD

Text Example


Text Example

White with #80C8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,189); }

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

background-color css

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

 a { background-color: rgb(128,200,189); }

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

border-color css

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

 span { border-color: rgb(128,200,189); }

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