#61CA9C

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

Shades of Medium Aquamarine #61CA9C

Tints of Medium Aquamarine #61CA9C

Color information

#61CA9C (or 0x61CA9C) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and 9C. RGB value is (97,202,156). Sum of RGB (Red+Green+Blue) = 97+202+156=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA9C is #9E3563. Grayscale: #A5A5A5. Windows color (decimal): -10368356 or 10275425. OLE color: 10275425.

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

Color convert

RGB97202156-
CMYK0.5200.230.21
HSL153.71º49.76%58.63%-
HSV(B)153.71º51.98%79.22%-
XYZ32.0547.1838.87-
YUV165.36122.7179.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=21.32%
G=44.40%
B=34.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021560.5200.230.21153.7149.7658.63
Hex61CA9C34017159a323b
Octal14131223464027252326273
Binary110000111001010100111001101000101111010110011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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