#7ABCBB

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

Shades of Monte Carlo #7ABCBB

Tints of Monte Carlo #7ABCBB

Color information

#7ABCBB (or 0x7ABCBB) is unknown color: approx Monte Carlo. HEX triplet: 7A, BC and BB. RGB value is (122,188,187). Sum of RGB (Red+Green+Blue) = 122+188+187=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCBB is #854344. Grayscale: #A8A8A8. Windows color (decimal): -8733509 or 12303482. OLE color: 12303482.

HSL color Cylindrical-coordinate representation of color #7ABCBB: hue angle of 179.09º 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 #7ABCBB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB122188187-
CMYK0.3500.010.26
HSL179.09º33%60.78%-
HSV(B)179.09º35.11%73.73%-
XYZ34.9843.6953.6-
YUV168.15138.6395.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.55%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 187 (73.44% from 255) = 37.63%
R=24.55%
G=37.83%
B=37.63%

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
Decimal1221881870.3500.010.26179.093360.78
Hex7ABCBB23011Ab3213d
Octal1722742734301322634175
Binary11110101011110010111011100011011101010110011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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