#61f0cd

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

Shades of Aquamarine #61F0CD

Tints of Aquamarine #61F0CD

Color information

#61F0CD (or 0x61F0CD) is unknown color: approx Aquamarine. HEX triplet: 61, F0 and CD. RGB value is (97,240,205). Sum of RGB (Red+Green+Blue) = 97+240+205=542 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.90% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0CD is #9E0F32. Grayscale: #C1C1C1. Windows color (decimal): -10358579 or 13496417. OLE color: 13496417.

HSL color Cylindrical-coordinate representation of color #61F0CD: hue angle of 165.31º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0CD is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB97240205-
CMYK0.6000.150.06
HSL165.31º82.66%66.08%-
HSV(B)165.31º59.58%94.12%-
XYZ47.1169.2768.65-
YUV193.25134.6259.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.90%
GREEN value IS 240 (94.14% from 255) = 44.28%
BLUE value IS 205 (80.47% from 255) = 37.82%
R=17.90%
G=44.28%
B=37.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972402050.6000.150.06165.3182.6666.08
Hex61F0CD3C0F6a55342
Octal141360315740176245123102
Binary11000011111000011001101111100011111101010010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f0cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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