#61EFCD

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

Shades of Aquamarine #61EFCD

Tints of Aquamarine #61EFCD

Color information

#61EFCD (or 0x61EFCD) is unknown color: approx Aquamarine. HEX triplet: 61, EF and CD. RGB value is (97,239,205). Sum of RGB (Red+Green+Blue) = 97+239+205=541 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.93% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFCD is #9E1032. Grayscale: #C0C0C0. Windows color (decimal): -10358835 or 13496161. OLE color: 13496161.

HSL color Cylindrical-coordinate representation of color #61EFCD: hue angle of 165.63º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFCD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB97239205-
CMYK0.5900.140.06
HSL165.63º81.61%65.88%-
HSV(B)165.63º59.41%93.73%-
XYZ46.8268.6868.55-
YUV192.67134.9659.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.93%
GREEN value IS 239 (93.75% from 255) = 44.18%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=17.93%
G=44.18%
B=37.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972392050.5900.140.06165.6381.6165.88
Hex61EFCD3B0E6a65242
Octal141357315730166246122102
Binary11000011110111111001101111011011101101010011010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,239,205); }

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

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

 a { background-color: rgb(97,239,205); }

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

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

 span { border-color: rgb(97,239,205); }

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