#7ABBB7

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

Shades of Monte Carlo #7ABBB7

Tints of Monte Carlo #7ABBB7

Color information

#7ABBB7 (or 0x7ABBB7) is unknown color: approx Monte Carlo. HEX triplet: 7A, BB and B7. RGB value is (122,187,183). Sum of RGB (Red+Green+Blue) = 122+187+183=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBB7 is #854448. Grayscale: #A7A7A7. Windows color (decimal): -8733769 or 12041082. OLE color: 12041082.

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

Color convert

RGB122187183-
CMYK0.3500.020.27
HSL176.31º32.34%60.59%-
HSV(B)176.31º34.76%73.33%-
XYZ34.3443.151.31-
YUV167.11136.9795.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=24.80%
G=38.01%
B=37.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871830.3500.020.27176.3132.3460.59
Hex7ABBB723021Bb0203d
Octal1722732674302332604075
Binary111101010111011101101111000110101101110110000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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