Html Css Color HEX #77BEAC Monte Carlo

📋 copy color: '#77BEAC'

red 119 ◦ green 190 ◦ blue 172

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

Shades of Monte Carlo #77BEAC

Tints of Monte Carlo #77BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

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

R = 24.74%
G = 39.5%
B = 35.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#77BEAC (or 0x77BEAC) is known color: Monte Carlo. HEX triplet: 77, BE and AC. RGB value is (119,190,172). Sum of RGB (Red+Green+Blue) = 119+190+172=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #77BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BEAC is #884153. Grayscale: #A6A6A6. Windows color (decimal): -8929620 or 11320951. OLE color: 11320951.

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

Color convert

RGB 119 190 172 -
CMYK 0.37 0 0.09 0.25
HSL 164.79º 0.35% 0.61% -
HSV(B) 164.79º 0.37% 0.75% -
XYZ 33.47 43.73 45.71 -
YUV 166.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 119 190 172 0.37 0 0.09 0.25 164.79 0.35 0.61
Hex 77 BE AC 25 0 9 19 A5 23 3D
Octal 167 276 254 45 0 11 31 245 43 75
Binary 1110111 10111110 10101100 100101 0 1001 11001 10100101 100011 111101

Color Harmonies of #77BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEAC

Black with #77BEAC

Text Example


Text Example

White with #77BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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