Html Css Color HEX #77C1B5 Monte Carlo

📋 copy color: '#77C1B5'

red 119 ◦ green 193 ◦ blue 181

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

Shades of Monte Carlo #77C1B5

Tints of Monte Carlo #77C1B5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 181 (71.09% from 255) = 36.71%

R = 24.14%
G = 39.15%
B = 36.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#77C1B5 (or 0x77C1B5) is known color: Monte Carlo. HEX triplet: 77, C1 and B5. RGB value is (119,193,181). Sum of RGB (Red+Green+Blue) = 119+193+181=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #77C1B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1B5 is #883E4A. Grayscale: #A9A9A9. Windows color (decimal): -8928843 or 11911543. OLE color: 11911543.

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

Color convert

RGB 119 193 181 -
CMYK 0.38 0 0.06 0.24
HSL 170.27º 0.37% 0.61% -
HSV(B) 170.27º 0.38% 0.76% -
XYZ 35.02 45.4 50.63 -
YUV 169.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 119 193 181 0.38 0 0.06 0.24 170.27 0.37 0.61
Hex 77 C1 B5 26 0 6 18 AA 25 3D
Octal 167 301 265 46 0 6 30 252 45 75
Binary 1110111 11000001 10110101 100110 0 110 11000 10101010 100101 111101

Color Harmonies of #77C1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C1B5

Black with #77C1B5

Text Example


Text Example

White with #77C1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,193,181); }

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

background-color css

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

 a { background-color: rgb(119,193,181); }

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

border-color css

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

 span { border-color: rgb(119,193,181); }

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