#76CDB0

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

Shades of Monte Carlo #76CDB0

Tints of Monte Carlo #76CDB0

Color information

#76CDB0 (or 0x76CDB0) is unknown color: approx Monte Carlo. HEX triplet: 76, CD and B0. RGB value is (118,205,176). Sum of RGB (Red+Green+Blue) = 118+205+176=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CDB0 is #89324F. Grayscale: #AFAFAF. Windows color (decimal): -8991312 or 11586934. OLE color: 11586934.

HSL color Cylindrical-coordinate representation of color #76CDB0: hue angle of 160º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDB0 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB118205176-
CMYK0.4200.140.20
HSL160º46.52%63.33%-
HSV(B)160º42.44%80.39%-
XYZ37.1450.6548.89-
YUV175.68128.1886.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.65%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 176 (69.14% from 255) = 35.27%
R=23.65%
G=41.08%
B=35.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051760.4200.140.2016046.5263.33
Hex76CDB02A0E14a02f3f
Octal16631526052016242405777
Binary11101101100110110110000101010011101010010100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,176); }

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

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

 a { background-color: rgb(118,205,176); }

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

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

 span { border-color: rgb(118,205,176); }

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