Html Css Color HEX #76BCAD Monte Carlo

📋 copy color: '#76BCAD'

red 118 ◦ green 188 ◦ blue 173

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

Shades of Monte Carlo #76BCAD

Tints of Monte Carlo #76BCAD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.25%

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 24.63%
G = 39.25%
B = 36.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#76BCAD (or 0x76BCAD) is known color: Monte Carlo. HEX triplet: 76, BC and AD. RGB value is (118,188,173). Sum of RGB (Red+Green+Blue) = 118+188+173=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BCAD is #894352. Grayscale: #A5A5A5. Windows color (decimal): -8995667 or 11385974. OLE color: 11385974.

HSL color Cylindrical-coordinate representation of color #76BCAD: hue angle of 167.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BCAD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 173 -
CMYK 0.37 0 0.08 0.26
HSL 167.14º 0.34% 0.6% -
HSV(B) 167.14º 0.37% 0.74% -
XYZ 33 42.84 46.06 -
YUV 165.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 118 188 173 0.37 0 0.08 0.26 167.14 0.34 0.6
Hex 76 BC AD 25 0 8 1A A7 22 3C
Octal 166 274 255 45 0 10 32 247 42 74
Binary 1110110 10111100 10101101 100101 0 1000 11010 10100111 100010 111100

Color Harmonies of #76BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCAD

Black with #76BCAD

Text Example


Text Example

White with #76BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,173); }

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

background-color css

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

 a { background-color: rgb(118,188,173); }

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

border-color css

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

 span { border-color: rgb(118,188,173); }

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