#61EFD0

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

Shades of Aquamarine #61EFD0

Tints of Aquamarine #61EFD0

Color information

#61EFD0 (or 0x61EFD0) is unknown color: approx Aquamarine. HEX triplet: 61, EF and D0. RGB value is (97,239,208). Sum of RGB (Red+Green+Blue) = 97+239+208=544 (72% of max value = 765). Red value is 97 (38.28% from 255 or 17.83% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFD0 is #9E102F. Grayscale: #C0C0C0. Windows color (decimal): -10358832 or 13692769. OLE color: 13692769.

HSL color Cylindrical-coordinate representation of color #61EFD0: hue angle of 166.9º 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 #61EFD0 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB97239208-
CMYK0.5900.130.06
HSL166.9º81.61%65.88%-
HSV(B)166.9º59.41%93.73%-
XYZ47.1868.8370.47-
YUV193.01136.4659.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.83%
GREEN value IS 239 (93.75% from 255) = 43.93%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=17.83%
G=43.93%
B=38.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972392080.5900.130.06166.981.6165.88
Hex61EFD03B0D6a75242
Octal141357320730156247122102
Binary11000011110111111010000111011011011101010011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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