#76C8B1

Color #76C8B1 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #76C8B1

Tints of Monte Carlo #76C8B1

Color information

#76C8B1 (or 0x76C8B1) is unknown color: approx Monte Carlo. HEX triplet: 76, C8 and B1. RGB value is (118,200,177). Sum of RGB (Red+Green+Blue) = 118+200+177=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C8B1 is #89374E. Grayscale: #ACACAC. Windows color (decimal): -8992591 or 11651190. OLE color: 11651190.

HSL color Cylindrical-coordinate representation of color #76C8B1: hue angle of 163.17º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C8B1 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB118200177-
CMYK0.4100.120.22
HSL163.17º42.71%62.35%-
HSV(B)163.17º41%78.43%-
XYZ36.0648.3349.02-
YUV172.86130.3388.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 200 (78.52% from 255) = 40.40%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=23.84%
G=40.40%
B=35.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1182001770.4100.120.22163.1742.7162.35
Hex76C8B1290C16a32b3e
Octal16631026151014262435376
Binary11101101100100010110001101001011001011010100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,177); }

 H1.HeaderClassName
 {
   color: #76C8B1;
 }
 .AnyTagClassName
 {
   color: #76C8B1;
 }
</style>
background-color css

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

 a { background-color: rgb(118,200,177); }

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

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

 span { border-color: rgb(118,200,177); }

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