#61C3B4

Color #61C3B4 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #61C3B4

Tints of Medium Aquamarine #61C3B4

Color information

#61C3B4 (or 0x61C3B4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, C3 and B4. RGB value is (97,195,180). Sum of RGB (Red+Green+Blue) = 97+195+180=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3B4 is #9E3C4B. Grayscale: #A3A3A3. Windows color (decimal): -10370124 or 11846497. OLE color: 11846497.

HSL color Cylindrical-coordinate representation of color #61C3B4: hue angle of 170.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C3B4 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB97195180-
CMYK0.5000.080.24
HSL170.82º44.95%57.25%-
HSV(B)170.82º50.26%76.47%-
XYZ32.6844.8750.12-
YUV163.99137.0380.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=20.55%
G=41.31%
B=38.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951800.5000.080.24170.8244.9557.25
Hex61C3B4320818ab2d39
Octal14130326462010302535571
Binary11000011100001110110100110010010001100010101011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C3B4; }

 p { color: rgb(97,195,180); }

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

<style>
 a { background-color: #61C3B4; }

 a { background-color: rgb(97,195,180); }

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

<style>
 span { border-color: #61C3B4; }

 span { border-color: rgb(97,195,180); }

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