#7ABBB6

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

Shades of Monte Carlo #7ABBB6

Tints of Monte Carlo #7ABBB6

Color information

#7ABBB6 (or 0x7ABBB6) is unknown color: approx Monte Carlo. HEX triplet: 7A, BB and B6. RGB value is (122,187,182). Sum of RGB (Red+Green+Blue) = 122+187+182=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBB6 is #854449. Grayscale: #A6A6A6. Windows color (decimal): -8733770 or 11975546. OLE color: 11975546.

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

Color convert

RGB122187182-
CMYK0.3500.030.27
HSL175.38º32.34%60.59%-
HSV(B)175.38º34.76%73.33%-
XYZ34.2443.0650.76-
YUV166.99136.4795.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=24.85%
G=38.09%
B=37.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871820.3500.030.27175.3832.3460.59
Hex7ABBB623031Baf203d
Octal1722732664303332574075
Binary111101010111011101101101000110111101110101111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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