Html Css Color HEX #76C0AF Monte Carlo

📋 copy color: '#76C0AF'

red 118 ◦ green 192 ◦ blue 175

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

Shades of Monte Carlo #76C0AF

Tints of Monte Carlo #76C0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 24.33%
G = 39.59%
B = 36.08%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#76C0AF (or 0x76C0AF) is known color: Monte Carlo. HEX triplet: 76, C0 and AF. RGB value is (118,192,175). Sum of RGB (Red+Green+Blue) = 118+192+175=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #76C0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C0AF is #893F50. Grayscale: #A7A7A7. Windows color (decimal): -8994641 or 11518070. OLE color: 11518070.

HSL color Cylindrical-coordinate representation of color #76C0AF: hue angle of 166.22º 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 #76C0AF is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 192 175 -
CMYK 0.39 0 0.09 0.25
HSL 166.22º 0.37% 0.61% -
HSV(B) 166.22º 0.39% 0.75% -
XYZ 34.06 44.65 47.38 -
YUV 167.94 131.98 92.38 -
System Red Green Blue C M Y K H S L
Decimal 118 192 175 0.39 0 0.09 0.25 166.22 0.37 0.61
Hex 76 C0 AF 27 0 9 19 A6 25 3D
Octal 166 300 257 47 0 11 31 246 45 75
Binary 1110110 11000000 10101111 100111 0 1001 11001 10100110 100101 111101

Color Harmonies of #76C0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C0AF

Black with #76C0AF

Text Example


Text Example

White with #76C0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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