Html Css Color HEX #77BCAD Monte Carlo

📋 copy color: '#77BCAD'

red 119 ◦ green 188 ◦ blue 173

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

Shades of Monte Carlo #77BCAD

Tints of Monte Carlo #77BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 24.79%
G = 39.17%
B = 36.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#77BCAD (or 0x77BCAD) is known color: Monte Carlo. HEX triplet: 77, BC and AD. RGB value is (119,188,173). Sum of RGB (Red+Green+Blue) = 119+188+173=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #77BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BCAD is #884352. Grayscale: #A5A5A5. Windows color (decimal): -8930131 or 11385975. OLE color: 11385975.

HSL color Cylindrical-coordinate representation of color #77BCAD: hue angle of 166.96º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BCAD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 188 173 -
CMYK 0.37 0 0.08 0.26
HSL 166.96º 0.34% 0.6% -
HSV(B) 166.96º 0.37% 0.74% -
XYZ 33.13 42.91 46.07 -
YUV 165.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 119 188 173 0.37 0 0.08 0.26 166.96 0.34 0.6
Hex 77 BC AD 25 0 8 1A A7 22 3C
Octal 167 274 255 45 0 10 32 247 42 74
Binary 1110111 10111100 10101101 100101 0 1000 11010 10100111 100010 111100

Color Harmonies of #77BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCAD

Black with #77BCAD

Text Example


Text Example

White with #77BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,173); }

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

background-color css

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

 a { background-color: rgb(119,188,173); }

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

border-color css

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

 span { border-color: rgb(119,188,173); }

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