Html Css Color HEX #77BFBA Monte Carlo

📋 copy color: '#77BFBA'

red 119 ◦ green 191 ◦ blue 186

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

Shades of Monte Carlo #77BFBA

Tints of Monte Carlo #77BFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 23.99%
G = 38.51%
B = 37.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#77BFBA (or 0x77BFBA) is known color: Monte Carlo. HEX triplet: 77, BF and BA. RGB value is (119,191,186). Sum of RGB (Red+Green+Blue) = 119+191+186=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #77BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFBA is #884045. Grayscale: #A8A8A8. Windows color (decimal): -8929350 or 12238711. OLE color: 12238711.

HSL color Cylindrical-coordinate representation of color #77BFBA: hue angle of 175.83º 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 #77BFBA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 186 -
CMYK 0.38 0 0.03 0.25
HSL 175.83º 0.36% 0.61% -
HSV(B) 175.83º 0.38% 0.75% -
XYZ 35.1 44.73 53.24 -
YUV 168.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 119 191 186 0.38 0 0.03 0.25 175.83 0.36 0.61
Hex 77 BF BA 26 0 3 19 B0 24 3D
Octal 167 277 272 46 0 3 31 260 44 75
Binary 1110111 10111111 10111010 100110 0 11 11001 10110000 100100 111101

Color Harmonies of #77BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFBA

Black with #77BFBA

Text Example


Text Example

White with #77BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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