Html Css Color HEX #80BEB7 Monte Carlo

📋 copy color: '#80BEB7'

red 128 ◦ green 190 ◦ blue 183

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

Shades of Monte Carlo #80BEB7

Tints of Monte Carlo #80BEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 25.55%
G = 37.92%
B = 36.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#80BEB7 (or 0x80BEB7) is known color: Monte Carlo. HEX triplet: 80, BE and B7. RGB value is (128,190,183). Sum of RGB (Red+Green+Blue) = 128+190+183=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEB7 is #7F4148. Grayscale: #AAAAAA. Windows color (decimal): -8339785 or 12041856. OLE color: 12041856.

HSL color Cylindrical-coordinate representation of color #80BEB7: hue angle of 173.23º 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 #80BEB7 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 183 -
CMYK 0.33 0 0.04 0.25
HSL 173.23º 0.32% 0.62% -
HSV(B) 173.23º 0.33% 0.75% -
XYZ 35.86 44.84 51.56 -
YUV 170.66 134.96 97.57 -
System Red Green Blue C M Y K H S L
Decimal 128 190 183 0.33 0 0.04 0.25 173.23 0.32 0.62
Hex 80 BE B7 21 0 4 19 AD 20 3E
Octal 200 276 267 41 0 4 31 255 40 76
Binary 10000000 10111110 10110111 100001 0 100 11001 10101101 100000 111110

Color Harmonies of #80BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEB7

Black with #80BEB7

Text Example


Text Example

White with #80BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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