#7ABBB1

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

Shades of Monte Carlo #7ABBB1

Tints of Monte Carlo #7ABBB1

Color information

#7ABBB1 (or 0x7ABBB1) is unknown color: approx Monte Carlo. HEX triplet: 7A, BB and B1. RGB value is (122,187,177). Sum of RGB (Red+Green+Blue) = 122+187+177=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABBB1 is #85444E. Grayscale: #A6A6A6. Windows color (decimal): -8733775 or 11647866. OLE color: 11647866.

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

Color convert

RGB122187177-
CMYK0.3500.050.27
HSL170.77º32.34%60.59%-
HSV(B)170.77º34.76%73.33%-
XYZ33.7342.8548.09-
YUV166.42133.9796.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=25.10%
G=38.48%
B=36.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221871770.3500.050.27170.7732.3460.59
Hex7ABBB123051Bab203d
Octal1722732614305332534075
Binary1111010101110111011000110001101011101110101011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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