#61CAAA

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

Shades of Medium Aquamarine #61CAAA

Tints of Medium Aquamarine #61CAAA

Color information

#61CAAA (or 0x61CAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and AA. RGB value is (97,202,170). Sum of RGB (Red+Green+Blue) = 97+202+170=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CAAA is #9E3555. Grayscale: #A6A6A6. Windows color (decimal): -10368342 or 11192929. OLE color: 11192929.

HSL color Cylindrical-coordinate representation of color #61CAAA: hue angle of 161.71º 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 #61CAAA is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB97202170-
CMYK0.5200.160.21
HSL161.71º49.76%58.63%-
HSV(B)161.71º51.98%79.22%-
XYZ33.3147.6845.48-
YUV166.96129.7178.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=20.68%
G=43.07%
B=36.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021700.5200.160.21161.7149.7658.63
Hex61CAAA3401015a2323b
Octal14131225264020252426273
Binary110000111001010101010101101000100001010110100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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