#61FAD5

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

Shades of Aquamarine #61FAD5

Tints of Aquamarine #61FAD5

Color information

#61FAD5 (or 0x61FAD5) is unknown color: approx Aquamarine. HEX triplet: 61, FA and D5. RGB value is (97,250,213). Sum of RGB (Red+Green+Blue) = 97+250+213=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FAD5 is #9E052A. Grayscale: #C8C8C8. Windows color (decimal): -10356011 or 14023265. OLE color: 14023265.

HSL color Cylindrical-coordinate representation of color #61FAD5: hue angle of 165.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FAD5 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB97250213-
CMYK0.6100.150.02
HSL165.49º93.87%68.04%-
HSV(B)165.49º61.2%98.04%-
XYZ51.1375.7274.87-
YUV200.04135.3154.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.32%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 213 (83.59% from 255) = 38.04%
R=17.32%
G=44.64%
B=38.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972502130.6100.150.02165.4993.8768.04
Hex61FAD53D0F2a55e44
Octal141372325750172245136104
Binary1100001111110101101010111110101111101010010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,250,213); }

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

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

 a { background-color: rgb(97,250,213); }

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

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

 span { border-color: rgb(97,250,213); }

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