#61CA9F

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

Shades of Medium Aquamarine #61CA9F

Tints of Medium Aquamarine #61CA9F

Color information

#61CA9F (or 0x61CA9F) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CA and 9F. RGB value is (97,202,159). Sum of RGB (Red+Green+Blue) = 97+202+159=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CA9F is #9E3560. Grayscale: #A5A5A5. Windows color (decimal): -10368353 or 10472033. OLE color: 10472033.

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

Color convert

RGB97202159-
CMYK0.5200.210.21
HSL155.43º49.76%58.63%-
HSV(B)155.43º51.98%79.22%-
XYZ32.3147.2940.23-
YUV165.7124.2179-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.18%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=21.18%
G=44.10%
B=34.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal972021590.5200.210.21155.4349.7658.63
Hex61CA9F34015159b323b
Octal14131223764025252336273
Binary110000111001010100111111101000101011010110011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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