#76CFB2

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

Shades of Monte Carlo #76CFB2

Tints of Monte Carlo #76CFB2

Color information

#76CFB2 (or 0x76CFB2) is unknown color: approx Monte Carlo. HEX triplet: 76, CF and B2. RGB value is (118,207,178). Sum of RGB (Red+Green+Blue) = 118+207+178=503 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.46% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CFB2 is #89304D. Grayscale: #B1B1B1. Windows color (decimal): -8990798 or 11718518. OLE color: 11718518.

HSL color Cylindrical-coordinate representation of color #76CFB2: hue angle of 160.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CFB2 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB118207178-
CMYK0.4300.140.19
HSL160.45º48.11%63.73%-
HSV(B)160.45º43%81.18%-
XYZ37.8251.6950.1-
YUV177.08128.5185.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.46%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=23.46%
G=41.15%
B=35.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1182071780.4300.140.19160.4548.1163.73
Hex76CFB22B0E13a03040
Octal166317262530162324060100
Binary111011011001111101100101010110111010011101000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,207,178); }

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

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

 a { background-color: rgb(118,207,178); }

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

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

 span { border-color: rgb(118,207,178); }

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