#7ABCAD

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

Shades of Monte Carlo #7ABCAD

Tints of Monte Carlo #7ABCAD

Color information

#7ABCAD (or 0x7ABCAD) is unknown color: approx Monte Carlo. HEX triplet: 7A, BC and AD. RGB value is (122,188,173). Sum of RGB (Red+Green+Blue) = 122+188+173=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCAD is #854352. Grayscale: #A6A6A6. Windows color (decimal): -8733523 or 11385978. OLE color: 11385978.

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

Color convert

RGB122188173-
CMYK0.3500.080.26
HSL166.36º33%60.78%-
HSV(B)166.36º35.11%73.73%-
XYZ33.5543.1246.09-
YUV166.56131.6396.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.26%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=25.26%
G=38.92%
B=35.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881730.3500.080.26166.363360.78
Hex7ABCAD23081Aa6213d
Octal17227425543010322464175
Binary11110101011110010101101100011010001101010100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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