#76BEBD

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

Shades of Monte Carlo #76BEBD

Tints of Monte Carlo #76BEBD

Color information

#76BEBD (or 0x76BEBD) is unknown color: approx Monte Carlo. HEX triplet: 76, BE and BD. RGB value is (118,190,189). Sum of RGB (Red+Green+Blue) = 118+190+189=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #76BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BEBD is #894142. Grayscale: #A8A8A8. Windows color (decimal): -8995139 or 12435062. OLE color: 12435062.

HSL color Cylindrical-coordinate representation of color #76BEBD: hue angle of 179.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BEBD is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB118190189-
CMYK0.3800.010.25
HSL179.17º35.64%60.39%-
HSV(B)179.17º37.89%74.51%-
XYZ35.0744.3554.86-
YUV168.36139.6592.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=23.74%
G=38.23%
B=38.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901890.3800.010.25179.1735.6460.39
Hex76BEBD260119b3243c
Octal1662762754601312634474
Binary11101101011111010111101100110011100110110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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