#61FABA

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

Shades of Aquamarine #61FABA

Tints of Aquamarine #61FABA

Color information

#61FABA (or 0x61FABA) is unknown color: approx Aquamarine. HEX triplet: 61, FA and BA. RGB value is (97,250,186). Sum of RGB (Red+Green+Blue) = 97+250+186=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #61FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FABA is #9E0545. Grayscale: #C5C5C5. Windows color (decimal): -10356038 or 12253793. OLE color: 12253793.

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

Color convert

RGB97250186-
CMYK0.6100.260.02
HSL154.9º93.87%68.04%-
HSV(B)154.9º61.2%98.04%-
XYZ47.9874.4658.3-
YUV196.96121.8156.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.20%
GREEN value IS 250 (98.05% from 255) = 46.90%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=18.20%
G=46.90%
B=34.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972501860.6100.260.02154.993.8768.04
Hex61FABA3D01A29b5e44
Octal141372272750322233136104
Binary11000011111101010111010111101011010101001101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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