#61F8B9

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

Shades of Aquamarine #61F8B9

Tints of Aquamarine #61F8B9

Color information

#61F8B9 (or 0x61F8B9) is unknown color: approx Aquamarine. HEX triplet: 61, F8 and B9. RGB value is (97,248,185). Sum of RGB (Red+Green+Blue) = 97+248+185=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #61F8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F8B9 is #9E0746. Grayscale: #C3C3C3. Windows color (decimal): -10356551 or 12187745. OLE color: 12187745.

HSL color Cylindrical-coordinate representation of color #61F8B9: hue angle of 154.97º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F8B9 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB97248185-
CMYK0.6100.250.03
HSL154.97º91.52%67.65%-
HSV(B)154.97º60.89%97.25%-
XYZ47.2573.1857.53-
YUV195.67121.9757.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.30%
GREEN value IS 248 (97.27% from 255) = 46.79%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=18.30%
G=46.79%
B=34.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972481850.6100.250.03154.9791.5267.65
Hex61F8B93D01939b5c44
Octal141370271750313233134104
Binary11000011111100010111001111101011001111001101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,248,185); }

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

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

 a { background-color: rgb(97,248,185); }

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

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

 span { border-color: rgb(97,248,185); }

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