#76D0B1

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

Shades of Monte Carlo #76D0B1

Tints of Monte Carlo #76D0B1

Color information

#76D0B1 (or 0x76D0B1) is unknown color: approx Monte Carlo. HEX triplet: 76, D0 and B1. RGB value is (118,208,177). Sum of RGB (Red+Green+Blue) = 118+208+177=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #76D0B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D0B1 is #892F4E. Grayscale: #B1B1B1. Windows color (decimal): -8990543 or 11653238. OLE color: 11653238.

HSL color Cylindrical-coordinate representation of color #76D0B1: hue angle of 159.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76D0B1 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB118208177-
CMYK0.4300.150.18
HSL159.33º48.91%63.92%-
HSV(B)159.33º43.27%81.57%-
XYZ37.9652.1449.66-
YUV177.56127.6885.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=23.46%
G=41.35%
B=35.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081770.4300.150.18159.3348.9163.92
Hex76D0B12B0F129f3140
Octal166320261530172223761100
Binary111011011010000101100011010110111110010100111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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