Html Css Color HEX #76C9AC Monte Carlo

📋 copy color: '#76C9AC'

red 118 ◦ green 201 ◦ blue 172

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

Shades of Monte Carlo #76C9AC

Tints of Monte Carlo #76C9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 24.03%
G = 40.94%
B = 35.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#76C9AC (or 0x76C9AC) is known color: Monte Carlo. HEX triplet: 76, C9 and AC. RGB value is (118,201,172). Sum of RGB (Red+Green+Blue) = 118+201+172=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #76C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C9AC is #893653. Grayscale: #ACACAC. Windows color (decimal): -8992340 or 11323766. OLE color: 11323766.

HSL color Cylindrical-coordinate representation of color #76C9AC: hue angle of 159.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C9AC is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 172 -
CMYK 0.41 0 0.14 0.21
HSL 159.04º 0.43% 0.63% -
HSV(B) 159.04º 0.41% 0.79% -
XYZ 35.8 48.6 46.52 -
YUV 172.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 118 201 172 0.41 0 0.14 0.21 159.04 0.43 0.63
Hex 76 C9 AC 29 0 E 15 9F 2B 3F
Octal 166 311 254 51 0 16 25 237 53 77
Binary 1110110 11001001 10101100 101001 0 1110 10101 10011111 101011 111111

Color Harmonies of #76C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9AC

Black with #76C9AC

Text Example


Text Example

White with #76C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,172); }

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

background-color css

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

 a { background-color: rgb(118,201,172); }

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

border-color css

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

 span { border-color: rgb(118,201,172); }

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