#61CA9D

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

Shades of Medium Aquamarine #61CA9D

Tints of Medium Aquamarine #61CA9D

Color information

#61CA9D (or 0x61CA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and 9D. RGB value is (97,202,157). Sum of RGB (Red+Green+Blue) = 97+202+157=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA9D is #9E3562. Grayscale: #A5A5A5. Windows color (decimal): -10368355 or 10340961. OLE color: 10340961.

HSL color Cylindrical-coordinate representation of color #61CA9D: hue angle of 154.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CA9D is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB97202157-
CMYK0.5200.220.21
HSL154.29º49.76%58.63%-
HSV(B)154.29º51.98%79.22%-
XYZ32.1447.2239.32-
YUV165.48123.2179.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.27%
GREEN value IS 202 (79.30% from 255) = 44.30%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=21.27%
G=44.30%
B=34.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021570.5200.220.21154.2949.7658.63
Hex61CA9D34016159a323b
Octal14131223564026252326273
Binary110000111001010100111011101000101101010110011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,202,157); }

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

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

 a { background-color: rgb(97,202,157); }

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

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

 span { border-color: rgb(97,202,157); }

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