Html Css Color HEX #77C5AC Monte Carlo

📋 copy color: '#77C5AC'

red 119 ◦ green 197 ◦ blue 172

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

Shades of Monte Carlo #77C5AC

Tints of Monte Carlo #77C5AC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.37%

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 24.39%
G = 40.37%
B = 35.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#77C5AC (or 0x77C5AC) is known color: Monte Carlo. HEX triplet: 77, C5 and AC. RGB value is (119,197,172). Sum of RGB (Red+Green+Blue) = 119+197+172=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C5AC is #883A53. Grayscale: #AAAAAA. Windows color (decimal): -8927828 or 11322743. OLE color: 11322743.

HSL color Cylindrical-coordinate representation of color #77C5AC: hue angle of 160.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C5AC is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 197 172 -
CMYK 0.40 0 0.13 0.23
HSL 160.77º 0.4% 0.62% -
HSV(B) 160.77º 0.4% 0.77% -
XYZ 35.02 46.83 46.22 -
YUV 170.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 119 197 172 0.40 0 0.13 0.23 160.77 0.4 0.62
Hex 77 C5 AC 28 0 D 17 A1 28 3E
Octal 167 305 254 50 0 15 27 241 50 76
Binary 1110111 11000101 10101100 101000 0 1101 10111 10100001 101000 111110

Color Harmonies of #77C5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C5AC

Black with #77C5AC

Text Example


Text Example

White with #77C5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,197,172); }

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

background-color css

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

 a { background-color: rgb(119,197,172); }

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

border-color css

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

 span { border-color: rgb(119,197,172); }

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