#7BBBAE

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

Shades of Monte Carlo #7BBBAE

Tints of Monte Carlo #7BBBAE

Color information

#7BBBAE (or 0x7BBBAE) is unknown color: approx Monte Carlo. HEX triplet: 7B, BB and AE. RGB value is (123,187,174). Sum of RGB (Red+Green+Blue) = 123+187+174=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBBAE is #844451. Grayscale: #A6A6A6. Windows color (decimal): -8668242 or 11451259. OLE color: 11451259.

HSL color Cylindrical-coordinate representation of color #7BBBAE: hue angle of 167.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBBAE is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB123187174-
CMYK0.3400.070.27
HSL167.81º32%60.78%-
HSV(B)167.81º34.22%73.33%-
XYZ33.5842.8146.54-
YUV166.38132.397.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.41%
GREEN value IS 187 (73.44% from 255) = 38.64%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=25.41%
G=38.64%
B=35.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231871740.3400.070.27167.813260.78
Hex7BBBAE22071Ba8203d
Octal1732732564207332504075
Binary1111011101110111010111010001001111101110101000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBBAE; }

 p { color: rgb(123,187,174); }

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

<style>
 a { background-color: #7BBBAE; }

 a { background-color: rgb(123,187,174); }

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

<style>
 span { border-color: #7BBBAE; }

 span { border-color: rgb(123,187,174); }

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