#76bbb8

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

Shades of Monte Carlo #76BBB8

Tints of Monte Carlo #76BBB8

Color information

#76BBB8 (or 0x76BBB8) is unknown color: approx Monte Carlo. HEX triplet: 76, BB and B8. RGB value is (118,187,184). Sum of RGB (Red+Green+Blue) = 118+187+184=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #76BBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBB8 is #894447. Grayscale: #A5A5A5. Windows color (decimal): -8995912 or 12106614. OLE color: 12106614.

HSL color Cylindrical-coordinate representation of color #76BBB8: hue angle of 177.39º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BBB8 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB118187184-
CMYK0.3700.020.27
HSL177.39º33.66%59.8%-
HSV(B)177.39º36.9%73.33%-
XYZ33.8942.8551.83-
YUV166.03138.1493.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=24.13%
G=38.24%
B=37.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871840.3700.020.27177.3933.6659.8
Hex76BBB825021Bb1223c
Octal1662732704502332614274
Binary111011010111011101110001001010101101110110001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76bbb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,184); }

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

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

 a { background-color: rgb(118,187,184); }

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

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

 span { border-color: rgb(118,187,184); }

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