Html Css Color HEX #76C9B0 Monte Carlo

📋 copy color: '#76C9B0'

red 118 ◦ green 201 ◦ blue 176

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

Shades of Monte Carlo #76C9B0

Tints of Monte Carlo #76C9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 23.84%
G = 40.61%
B = 35.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#76C9B0 (or 0x76C9B0) is known color: Monte Carlo. HEX triplet: 76, C9 and B0. RGB value is (118,201,176). Sum of RGB (Red+Green+Blue) = 118+201+176=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #76C9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C9B0 is #89364F. Grayscale: #ADADAD. Windows color (decimal): -8992336 or 11585910. OLE color: 11585910.

HSL color Cylindrical-coordinate representation of color #76C9B0: hue angle of 161.93º 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 #76C9B0 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 201 176 -
CMYK 0.41 0 0.12 0.21
HSL 161.93º 0.43% 0.63% -
HSV(B) 161.93º 0.41% 0.79% -
XYZ 36.19 48.76 48.58 -
YUV 173.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 118 201 176 0.41 0 0.12 0.21 161.93 0.43 0.63
Hex 76 C9 B0 29 0 C 15 A2 2B 3F
Octal 166 311 260 51 0 14 25 242 53 77
Binary 1110110 11001001 10110000 101001 0 1100 10101 10100010 101011 111111

Color Harmonies of #76C9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9B0

Black with #76C9B0

Text Example


Text Example

White with #76C9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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