Html Css Color HEX #80BEBC Monte Carlo

📋 copy color: '#80BEBC'

red 128 ◦ green 190 ◦ blue 188

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

Shades of Monte Carlo #80BEBC

Tints of Monte Carlo #80BEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 25.3%
G = 37.55%
B = 37.15%

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

#80BEBC (or 0x80BEBC) is known color: Monte Carlo. HEX triplet: 80, BE and BC. RGB value is (128,190,188). Sum of RGB (Red+Green+Blue) = 128+190+188=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #80BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEBC is #7F4143. Grayscale: #ABABAB. Windows color (decimal): -8339780 or 12369536. OLE color: 12369536.

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

Color convert

RGB 128 190 188 -
CMYK 0.33 0 0.01 0.25
HSL 178.06º 0.32% 0.62% -
HSV(B) 178.06º 0.33% 0.75% -
XYZ 36.39 45.05 54.35 -
YUV 171.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 128 190 188 0.33 0 0.01 0.25 178.06 0.32 0.62
Hex 80 BE BC 21 0 1 19 B2 20 3E
Octal 200 276 274 41 0 1 31 262 40 76
Binary 10000000 10111110 10111100 100001 0 1 11001 10110010 100000 111110

Color Harmonies of #80BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEBC

Black with #80BEBC

Text Example


Text Example

White with #80BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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