#7ABCB5

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

Shades of Monte Carlo #7ABCB5

Tints of Monte Carlo #7ABCB5

Color information

#7ABCB5 (or 0x7ABCB5) is unknown color: approx Monte Carlo. HEX triplet: 7A, BC and B5. RGB value is (122,188,181). Sum of RGB (Red+Green+Blue) = 122+188+181=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCB5 is #85434A. Grayscale: #A7A7A7. Windows color (decimal): -8733515 or 11910266. OLE color: 11910266.

HSL color Cylindrical-coordinate representation of color #7ABCB5: hue angle of 173.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABCB5 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB122188181-
CMYK0.3500.040.26
HSL173.64º33%60.78%-
HSV(B)173.64º35.11%73.73%-
XYZ34.3543.4450.29-
YUV167.47135.6395.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=24.85%
G=38.29%
B=36.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881810.3500.040.26173.643360.78
Hex7ABCB523041Aae213d
Octal1722742654304322564175
Binary1111010101111001011010110001101001101010101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,181); }

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

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

 a { background-color: rgb(122,188,181); }

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

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

 span { border-color: rgb(122,188,181); }

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