Html Css Color HEX #80BEBD Monte Carlo

📋 copy color: '#80BEBD'

red 128 ◦ green 190 ◦ blue 189

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

Shades of Monte Carlo #80BEBD

Tints of Monte Carlo #80BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 25.25%
G = 37.48%
B = 37.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#80BEBD (or 0x80BEBD) is known color: Monte Carlo. HEX triplet: 80, BE and BD. RGB value is (128,190,189). Sum of RGB (Red+Green+Blue) = 128+190+189=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBD is #7F4142. Grayscale: #ABABAB. Windows color (decimal): -8339779 or 12435072. OLE color: 12435072.

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

Color convert

RGB 128 190 189 -
CMYK 0.33 0 0.01 0.25
HSL 179.03º 0.32% 0.62% -
HSV(B) 179.03º 0.33% 0.75% -
XYZ 36.5 45.09 54.92 -
YUV 171.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 128 190 189 0.33 0 0.01 0.25 179.03 0.32 0.62
Hex 80 BE BD 21 0 1 19 B3 20 3E
Octal 200 276 275 41 0 1 31 263 40 76
Binary 10000000 10111110 10111101 100001 0 1 11001 10110011 100000 111110

Color Harmonies of #80BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEBD

Black with #80BEBD

Text Example


Text Example

White with #80BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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