#7ABEBA

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

Shades of Monte Carlo #7ABEBA

Tints of Monte Carlo #7ABEBA

Color information

#7ABEBA (or 0x7ABEBA) is unknown color: approx Monte Carlo. HEX triplet: 7A, BE and BA. RGB value is (122,190,186). Sum of RGB (Red+Green+Blue) = 122+190+186=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEBA is #854145. Grayscale: #A9A9A9. Windows color (decimal): -8732998 or 12238458. OLE color: 12238458.

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

Color convert

RGB122190186-
CMYK0.3600.020.25
HSL176.47º34.34%61.18%-
HSV(B)176.47º35.79%74.51%-
XYZ35.344.5153.18-
YUV169.21137.4794.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=24.50%
G=38.15%
B=37.35%

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
Decimal1221901860.3600.020.25176.4734.3461.18
Hex7ABEBA240219b0223d
Octal1722762724402312604275
Binary111101010111110101110101001000101100110110000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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