#7ABCBA

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

Shades of Monte Carlo #7ABCBA

Tints of Monte Carlo #7ABCBA

Color information

#7ABCBA (or 0x7ABCBA) is unknown color: approx Monte Carlo. HEX triplet: 7A, BC and BA. RGB value is (122,188,186). Sum of RGB (Red+Green+Blue) = 122+188+186=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBA is #854345. Grayscale: #A7A7A7. Windows color (decimal): -8733510 or 12237946. OLE color: 12237946.

HSL color Cylindrical-coordinate representation of color #7ABCBA: hue angle of 178.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABCBA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB122188186-
CMYK0.3500.010.26
HSL178.18º33%60.78%-
HSV(B)178.18º35.11%73.73%-
XYZ34.8743.6553.04-
YUV168.04138.1395.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.60%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=24.60%
G=37.90%
B=37.5%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881860.3500.010.26178.183360.78
Hex7ABCBA23011Ab2213d
Octal1722742724301322624175
Binary11110101011110010111010100011011101010110010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,186); }

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

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

 a { background-color: rgb(122,188,186); }

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

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

 span { border-color: rgb(122,188,186); }

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