Html Css Color HEX #77C5B8 Monte Carlo

📋 copy color: '#77C5B8'

red 119 ◦ green 197 ◦ blue 184

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

Shades of Monte Carlo #77C5B8

Tints of Monte Carlo #77C5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.8%

R = 23.8%
G = 39.4%
B = 36.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#77C5B8 (or 0x77C5B8) is known color: Monte Carlo. HEX triplet: 77, C5 and B8. RGB value is (119,197,184). Sum of RGB (Red+Green+Blue) = 119+197+184=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #77C5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C5B8 is #883A47. Grayscale: #ACACAC. Windows color (decimal): -8927816 or 12109175. OLE color: 12109175.

HSL color Cylindrical-coordinate representation of color #77C5B8: hue angle of 170º 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 #77C5B8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 197 184 -
CMYK 0.40 0 0.07 0.23
HSL 170º 0.4% 0.62% -
HSV(B) 170º 0.4% 0.77% -
XYZ 36.23 47.32 52.57 -
YUV 172.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 119 197 184 0.40 0 0.07 0.23 170 0.4 0.62
Hex 77 C5 B8 28 0 7 17 AA 28 3E
Octal 167 305 270 50 0 7 27 252 50 76
Binary 1110111 11000101 10111000 101000 0 111 10111 10101010 101000 111110

Color Harmonies of #77C5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C5B8

Black with #77C5B8

Text Example


Text Example

White with #77C5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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