#7ABEB4

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

Shades of Monte Carlo #7ABEB4

Tints of Monte Carlo #7ABEB4

Color information

#7ABEB4 (or 0x7ABEB4) is unknown color: approx Monte Carlo. HEX triplet: 7A, BE and B4. RGB value is (122,190,180). Sum of RGB (Red+Green+Blue) = 122+190+180=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEB4 is #85414B. Grayscale: #A8A8A8. Windows color (decimal): -8733004 or 11845242. OLE color: 11845242.

HSL color Cylindrical-coordinate representation of color #7ABEB4: hue angle of 171.18º degrees, saturation: 0.34, 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 #7ABEB4 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB122190180-
CMYK0.3600.050.25
HSL171.18º34.34%61.18%-
HSV(B)171.18º35.79%74.51%-
XYZ34.6844.2649.9-
YUV168.53134.4794.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.80%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=24.80%
G=38.62%
B=36.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221901800.3600.050.25171.1834.3461.18
Hex7ABEB4240519ab223d
Octal1722762644405312534275
Binary1111010101111101011010010010001011100110101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,190,180); }

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

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

 a { background-color: rgb(122,190,180); }

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

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

 span { border-color: rgb(122,190,180); }

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