#7BBFA9

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

Shades of Monte Carlo #7BBFA9

Tints of Monte Carlo #7BBFA9

Color information

#7BBFA9 (or 0x7BBFA9) is unknown color: approx Monte Carlo. HEX triplet: 7B, BF and A9. RGB value is (123,191,169). Sum of RGB (Red+Green+Blue) = 123+191+169=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #7BBFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBFA9 is #844056. Grayscale: #A8A8A8. Windows color (decimal): -8667223 or 11124603. OLE color: 11124603.

HSL color Cylindrical-coordinate representation of color #7BBFA9: hue angle of 160.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BBFA9 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB123191169-
CMYK0.3600.120.25
HSL160.59º34.69%61.57%-
HSV(B)160.59º35.6%74.9%-
XYZ33.9644.3444.3-
YUV168.16128.4795.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=25.47%
G=39.54%
B=34.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231911690.3600.120.25160.5934.6961.57
Hex7BBFA9240C19a1233e
Octal17327725144014312414376
Binary11110111011111110101001100100011001100110100001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,191,169); }

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

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

 a { background-color: rgb(123,191,169); }

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

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

 span { border-color: rgb(123,191,169); }

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