#7ABFBB

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

Shades of Monte Carlo #7ABFBB

Tints of Monte Carlo #7ABFBB

Color information

#7ABFBB (or 0x7ABFBB) is unknown color: approx Monte Carlo. HEX triplet: 7A, BF and BB. RGB value is (122,191,187). Sum of RGB (Red+Green+Blue) = 122+191+187=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFBB is #854044. Grayscale: #A9A9A9. Windows color (decimal): -8732741 or 12304250. OLE color: 12304250.

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

Color convert

RGB122191187-
CMYK0.3600.020.25
HSL176.52º35.03%61.37%-
HSV(B)176.52º36.13%74.9%-
XYZ35.6344.9953.82-
YUV169.91137.6493.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.4%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 187 (73.44% from 255) = 37.4%
R=24.4%
G=38.2%
B=37.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911870.3600.020.25176.5235.0361.37
Hex7ABFBB240219b1233d
Octal1722772734402312614375
Binary111101010111111101110111001000101100110110001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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