Html Css Color HEX #77C0BA Monte Carlo

📋 copy color: '#77C0BA'

red 119 ◦ green 192 ◦ blue 186

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

Shades of Monte Carlo #77C0BA

Tints of Monte Carlo #77C0BA

RGB

 RED value IS 119 (46.88% from 255) = 23.94%

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 23.94%
G = 38.63%
B = 37.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#77C0BA (or 0x77C0BA) is known color: Monte Carlo. HEX triplet: 77, C0 and BA. RGB value is (119,192,186). Sum of RGB (Red+Green+Blue) = 119+192+186=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #77C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C0BA is #883F45. Grayscale: #A9A9A9. Windows color (decimal): -8929094 or 12238967. OLE color: 12238967.

HSL color Cylindrical-coordinate representation of color #77C0BA: hue angle of 175.07º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C0BA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 192 186 -
CMYK 0.38 0 0.03 0.25
HSL 175.07º 0.37% 0.61% -
HSV(B) 175.07º 0.38% 0.75% -
XYZ 35.32 45.17 53.31 -
YUV 169.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 119 192 186 0.38 0 0.03 0.25 175.07 0.37 0.61
Hex 77 C0 BA 26 0 3 19 AF 25 3D
Octal 167 300 272 46 0 3 31 257 45 75
Binary 1110111 11000000 10111010 100110 0 11 11001 10101111 100101 111101

Color Harmonies of #77C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C0BA

Black with #77C0BA

Text Example


Text Example

White with #77C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77C0BA; }

 p { color: rgb(119,192,186); }

 H1.HeaderClassName
 {
   color: #77C0BA;
 }
 .AnyTagClassName
 {
   color: #77C0BA;
 }
</style>

background-color css

<style>
 a { background-color: #77C0BA; }

 a { background-color: rgb(119,192,186); }

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

border-color css

<style>
 span { border-color: #77C0BA; }

 span { border-color: rgb(119,192,186); }

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