Html Css Color HEX #76C0A6 Monte Carlo

📋 copy color: '#76C0A6'

red 118 ◦ green 192 ◦ blue 166

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

Shades of Monte Carlo #76C0A6

Tints of Monte Carlo #76C0A6

RGB

 RED value IS 118 (46.48% from 255) = 24.79%

 GREEN value IS 192 (75.39% from 255) = 40.34%

 BLUE value IS 166 (65.23% from 255) = 34.87%

R = 24.79%
G = 40.34%
B = 34.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#76C0A6 (or 0x76C0A6) is known color: Monte Carlo. HEX triplet: 76, C0 and A6. RGB value is (118,192,166). Sum of RGB (Red+Green+Blue) = 118+192+166=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 192 - color contains mainly: green. Hex color #76C0A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C0A6 is #893F59. Grayscale: #A6A6A6. Windows color (decimal): -8994650 or 10928246. OLE color: 10928246.

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

Color convert

RGB 118 192 166 -
CMYK 0.39 0 0.14 0.25
HSL 158.92º 0.37% 0.61% -
HSV(B) 158.92º 0.39% 0.75% -
XYZ 33.2 44.3 42.88 -
YUV 166.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 118 192 166 0.39 0 0.14 0.25 158.92 0.37 0.61
Hex 76 C0 A6 27 0 E 19 9F 25 3D
Octal 166 300 246 47 0 16 31 237 45 75
Binary 1110110 11000000 10100110 100111 0 1110 11001 10011111 100101 111101

Color Harmonies of #76C0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C0A6

Black with #76C0A6

Text Example


Text Example

White with #76C0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76C0A6; }

 p { color: rgb(118,192,166); }

 H1.HeaderClassName
 {
   color: #76C0A6;
 }
 .AnyTagClassName
 {
   color: #76C0A6;
 }
</style>

background-color css

<style>
 a { background-color: #76C0A6; }

 a { background-color: rgb(118,192,166); }

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

border-color css

<style>
 span { border-color: #76C0A6; }

 span { border-color: rgb(118,192,166); }

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