#61FABF

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

Shades of Aquamarine #61FABF

Tints of Aquamarine #61FABF

Color information

#61FABF (or 0x61FABF) is unknown color: approx Aquamarine. HEX triplet: 61, FA and BF. RGB value is (97,250,191). Sum of RGB (Red+Green+Blue) = 97+250+191=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #61FABF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FABF is #9E0540. Grayscale: #C5C5C5. Windows color (decimal): -10356033 or 12581473. OLE color: 12581473.

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

Color convert

RGB97250191-
CMYK0.6100.240.02
HSL156.86º93.87%68.04%-
HSV(B)156.86º61.2%98.04%-
XYZ48.5274.6761.15-
YUV197.53124.3156.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.03%
GREEN value IS 250 (98.05% from 255) = 46.47%
BLUE value IS 191 (75% from 255) = 35.50%
R=18.03%
G=46.47%
B=35.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501910.6100.240.02156.8693.8768.04
Hex61FABF3D01829d5e44
Octal141372277750302235136104
Binary11000011111101010111111111101011000101001110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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