#61FAD6

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

Shades of Aquamarine #61FAD6

Tints of Aquamarine #61FAD6

Color information

#61FAD6 (or 0x61FAD6) is unknown color: approx Aquamarine. HEX triplet: 61, FA and D6. RGB value is (97,250,214). Sum of RGB (Red+Green+Blue) = 97+250+214=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FAD6 is #9E0529. Grayscale: #C8C8C8. Windows color (decimal): -10356010 or 14088801. OLE color: 14088801.

HSL color Cylindrical-coordinate representation of color #61FAD6: hue angle of 165.88º 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 #61FAD6 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB97250214-
CMYK0.6100.140.02
HSL165.88º93.87%68.04%-
HSV(B)165.88º61.2%98.04%-
XYZ51.2575.7775.54-
YUV200.15135.8154.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.29%
GREEN value IS 250 (98.05% from 255) = 44.56%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=17.29%
G=44.56%
B=38.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972502140.6100.140.02165.8893.8768.04
Hex61FAD63D0E2a65e44
Octal141372326750162246136104
Binary1100001111110101101011011110101110101010011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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