#7ABDA4

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

Shades of Monte Carlo #7ABDA4

Tints of Monte Carlo #7ABDA4

Color information

#7ABDA4 (or 0x7ABDA4) is unknown color: approx Monte Carlo. HEX triplet: 7A, BD and A4. RGB value is (122,189,164). Sum of RGB (Red+Green+Blue) = 122+189+164=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABDA4 is #85425B. Grayscale: #A6A6A6. Windows color (decimal): -8733276 or 10796410. OLE color: 10796410.

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

Color convert

RGB122189164-
CMYK0.3500.130.26
HSL157.61º33.67%60.98%-
HSV(B)157.61º35.45%74.12%-
XYZ32.9243.2141.73-
YUV166.12126.896.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.68%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=25.68%
G=39.79%
B=34.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891640.3500.130.26157.6133.6760.98
Hex7ABDA4230D1A9e223d
Octal17227524443015322364275
Binary11110101011110110100100100011011011101010011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,164); }

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

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

 a { background-color: rgb(122,189,164); }

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

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

 span { border-color: rgb(122,189,164); }

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