#76C8BD

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

Shades of Monte Carlo #76C8BD

Tints of Monte Carlo #76C8BD

Color information

#76C8BD (or 0x76C8BD) is unknown color: approx Monte Carlo. HEX triplet: 76, C8 and BD. RGB value is (118,200,189). Sum of RGB (Red+Green+Blue) = 118+200+189=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #76C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C8BD is #893742. Grayscale: #AEAEAE. Windows color (decimal): -8992579 or 12437622. OLE color: 12437622.

HSL color Cylindrical-coordinate representation of color #76C8BD: hue angle of 171.95º 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 #76C8BD is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB118200189-
CMYK0.4100.060.22
HSL171.95º42.71%62.35%-
HSV(B)171.95º41%78.43%-
XYZ37.3148.8355.6-
YUV174.23136.3387.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=23.27%
G=39.45%
B=37.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1182001890.4100.060.22171.9542.7162.35
Hex76C8BD290616ac2b3e
Octal1663102755106262545376
Binary1110110110010001011110110100101101011010101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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