Html Css Color HEX #76C2AD Monte Carlo

📋 copy color: '#76C2AD'

red 118 ◦ green 194 ◦ blue 173

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

Shades of Monte Carlo #76C2AD

Tints of Monte Carlo #76C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40%

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

R = 24.33%
G = 40%
B = 35.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#76C2AD (or 0x76C2AD) is known color: Monte Carlo. HEX triplet: 76, C2 and AD. RGB value is (118,194,173). Sum of RGB (Red+Green+Blue) = 118+194+173=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #76C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C2AD is #893D52. Grayscale: #A8A8A8. Windows color (decimal): -8994131 or 11387510. OLE color: 11387510.

HSL color Cylindrical-coordinate representation of color #76C2AD: hue angle of 163.42º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76C2AD is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 194 173 -
CMYK 0.39 0 0.11 0.24
HSL 163.42º 0.38% 0.61% -
HSV(B) 163.42º 0.39% 0.76% -
XYZ 34.31 45.45 46.5 -
YUV 168.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 118 194 173 0.39 0 0.11 0.24 163.42 0.38 0.61
Hex 76 C2 AD 27 0 B 18 A3 26 3D
Octal 166 302 255 47 0 13 30 243 46 75
Binary 1110110 11000010 10101101 100111 0 1011 11000 10100011 100110 111101

Color Harmonies of #76C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2AD

Black with #76C2AD

Text Example


Text Example

White with #76C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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