#61CEA1

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

Shades of Medium Aquamarine #61CEA1

Tints of Medium Aquamarine #61CEA1

Color information

#61CEA1 (or 0x61CEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CE and A1. RGB value is (97,206,161). Sum of RGB (Red+Green+Blue) = 97+206+161=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA1 is #9E315E. Grayscale: #A8A8A8. Windows color (decimal): -10367327 or 10604129. OLE color: 10604129.

HSL color Cylindrical-coordinate representation of color #61CEA1: hue angle of 155.23º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEA1 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB97206161-
CMYK0.5300.220.19
HSL155.23º52.66%59.41%-
HSV(B)155.23º52.91%80.78%-
XYZ33.4349.2641.46-
YUV168.28123.8977.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=20.91%
G=44.40%
B=34.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972061610.5300.220.19155.2352.6659.41
Hex61CEA135016139b353b
Octal14131624165026232336573
Binary110000111001110101000011101010101101001110011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,206,161); }

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

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

 a { background-color: rgb(97,206,161); }

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

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

 span { border-color: rgb(97,206,161); }

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