#61F8B8

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

Shades of Aquamarine #61F8B8

Tints of Aquamarine #61F8B8

Color information

#61F8B8 (or 0x61F8B8) is unknown color: approx Aquamarine. HEX triplet: 61, F8 and B8. RGB value is (97,248,184). Sum of RGB (Red+Green+Blue) = 97+248+184=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #61F8B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F8B8 is #9E0747. Grayscale: #C3C3C3. Windows color (decimal): -10356552 or 12122209. OLE color: 12122209.

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

Color convert

RGB97248184-
CMYK0.6100.260.03
HSL154.57º91.52%67.65%-
HSV(B)154.57º60.89%97.25%-
XYZ47.1573.1456.98-
YUV195.56121.4757.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.34%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 184 (72.27% from 255) = 34.78%
R=18.34%
G=46.88%
B=34.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972481840.6100.260.03154.5791.5267.65
Hex61F8B83D01A39b5c44
Octal141370270750323233134104
Binary11000011111100010111000111101011010111001101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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