Html Css Color HEX #80BEBB Monte Carlo

📋 copy color: '#80BEBB'

red 128 ◦ green 190 ◦ blue 187

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

Shades of Monte Carlo #80BEBB

Tints of Monte Carlo #80BEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 25.35%
G = 37.62%
B = 37.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#80BEBB (or 0x80BEBB) is known color: Monte Carlo. HEX triplet: 80, BE and BB. RGB value is (128,190,187). Sum of RGB (Red+Green+Blue) = 128+190+187=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBB is #7F4144. Grayscale: #ABABAB. Windows color (decimal): -8339781 or 12304000. OLE color: 12304000.

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

Color convert

RGB 128 190 187 -
CMYK 0.33 0 0.02 0.25
HSL 177.1º 0.32% 0.62% -
HSV(B) 177.1º 0.33% 0.75% -
XYZ 36.29 45 53.79 -
YUV 171.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 128 190 187 0.33 0 0.02 0.25 177.1 0.32 0.62
Hex 80 BE BB 21 0 2 19 B1 20 3E
Octal 200 276 273 41 0 2 31 261 40 76
Binary 10000000 10111110 10111011 100001 0 10 11001 10110001 100000 111110

Color Harmonies of #80BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEBB

Black with #80BEBB

Text Example


Text Example

White with #80BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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