Html Css Color HEX #77BFAC Monte Carlo

📋 copy color: '#77BFAC'

red 119 ◦ green 191 ◦ blue 172

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

Shades of Monte Carlo #77BFAC

Tints of Monte Carlo #77BFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 24.69%
G = 39.63%
B = 35.68%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#77BFAC (or 0x77BFAC) is known color: Monte Carlo. HEX triplet: 77, BF and AC. RGB value is (119,191,172). Sum of RGB (Red+Green+Blue) = 119+191+172=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BFAC is #884053. Grayscale: #A7A7A7. Windows color (decimal): -8929364 or 11321207. OLE color: 11321207.

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

Color convert

RGB 119 191 172 -
CMYK 0.38 0 0.10 0.25
HSL 164.17º 0.36% 0.61% -
HSV(B) 164.17º 0.38% 0.75% -
XYZ 33.68 44.16 45.78 -
YUV 167.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 119 191 172 0.38 0 0.10 0.25 164.17 0.36 0.61
Hex 77 BF AC 26 0 A 19 A4 24 3D
Octal 167 277 254 46 0 12 31 244 44 75
Binary 1110111 10111111 10101100 100110 0 1010 11001 10100100 100100 111101

Color Harmonies of #77BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFAC

Black with #77BFAC

Text Example


Text Example

White with #77BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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