#76CFB1

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

Shades of Monte Carlo #76CFB1

Tints of Monte Carlo #76CFB1

Color information

#76CFB1 (or 0x76CFB1) is unknown color: approx Monte Carlo. HEX triplet: 76, CF and B1. RGB value is (118,207,177). Sum of RGB (Red+Green+Blue) = 118+207+177=502 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.51% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CFB1 is #89304E. Grayscale: #B1B1B1. Windows color (decimal): -8990799 or 11652982. OLE color: 11652982.

HSL color Cylindrical-coordinate representation of color #76CFB1: hue angle of 159.78º 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 #76CFB1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB118207177-
CMYK0.4300.140.19
HSL159.78º48.11%63.73%-
HSV(B)159.78º43%81.18%-
XYZ37.7251.6549.58-
YUV176.97128.0185.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.51%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 177 (69.53% from 255) = 35.26%
R=23.51%
G=41.24%
B=35.26%

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
Decimal1182071770.4300.140.19159.7848.1163.73
Hex76CFB12B0E13a03040
Octal166317261530162324060100
Binary111011011001111101100011010110111010011101000001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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