#61CEA0

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

Shades of Medium Aquamarine #61CEA0

Tints of Medium Aquamarine #61CEA0

Color information

#61CEA0 (or 0x61CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 61, CE and A0. RGB value is (97,206,160). Sum of RGB (Red+Green+Blue) = 97+206+160=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CEA0 is #9E315F. Grayscale: #A8A8A8. Windows color (decimal): -10367328 or 10538593. OLE color: 10538593.

HSL color Cylindrical-coordinate representation of color #61CEA0: hue angle of 154.68º 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 #61CEA0 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB97206160-
CMYK0.5300.220.19
HSL154.68º52.66%59.41%-
HSV(B)154.68º52.91%80.78%-
XYZ33.3549.2241-
YUV168.17123.3977.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=20.95%
G=44.49%
B=34.56%

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
Decimal972061600.5300.220.19154.6852.6659.41
Hex61CEA035016139b353b
Octal14131624065026232336573
Binary110000111001110101000001101010101101001110011011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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