#61FBD5

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

Shades of Aquamarine #61FBD5

Tints of Aquamarine #61FBD5

Color information

#61FBD5 (or 0x61FBD5) is unknown color: approx Aquamarine. HEX triplet: 61, FB and D5. RGB value is (97,251,213). Sum of RGB (Red+Green+Blue) = 97+251+213=561 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.29% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 213 (83.59% from 255 or 37.97% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FBD5 is #9E042A. Grayscale: #C8C8C8. Windows color (decimal): -10355755 or 14023521. OLE color: 14023521.

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

Color convert

RGB97251213-
CMYK0.6100.150.02
HSL165.19º95.06%68.24%-
HSV(B)165.19º61.35%98.43%-
XYZ51.4476.3474.97-
YUV200.62134.9854.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 17.29%
GREEN value IS 251 (98.44% from 255) = 44.74%
BLUE value IS 213 (83.59% from 255) = 37.97%
R=17.29%
G=44.74%
B=37.97%

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
Decimal972512130.6100.150.02165.1995.0668.24
Hex61FBD53D0F2a55f44
Octal141373325750172245137104
Binary1100001111110111101010111110101111101010010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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