#61FDBA

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

Shades of Aquamarine #61FDBA

Tints of Aquamarine #61FDBA

Color information

#61FDBA (or 0x61FDBA) is unknown color: approx Aquamarine. HEX triplet: 61, FD and BA. RGB value is (97,253,186). Sum of RGB (Red+Green+Blue) = 97+253+186=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDBA is #9E0245. Grayscale: #C6C6C6. Windows color (decimal): -10355270 or 12254561. OLE color: 12254561.

HSL color Cylindrical-coordinate representation of color #61FDBA: hue angle of 154.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDBA is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB97253186-
CMYK0.6200.260.01
HSL154.23º97.5%68.63%-
HSV(B)154.23º61.66%99.22%-
XYZ48.9276.3458.61-
YUV198.72120.8255.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.10%
GREEN value IS 253 (99.22% from 255) = 47.20%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=18.10%
G=47.20%
B=34.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal972531860.6200.260.01154.2397.568.63
Hex61FDBA3E01A19a6245
Octal141375272760321232142105
Binary1100001111111011011101011111001101011001101011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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