#61FFB1

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

Shades of Aquamarine #61FFB1

Tints of Aquamarine #61FFB1

Color information

#61FFB1 (or 0x61FFB1) is unknown color: approx Aquamarine. HEX triplet: 61, FF and B1. RGB value is (97,255,177). Sum of RGB (Red+Green+Blue) = 97+255+177=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFB1 is #9E004E. Grayscale: #C7C7C7. Windows color (decimal): -10354767 or 11665249. OLE color: 11665249.

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

Color convert

RGB97255177-
CMYK0.6200.310
HSL150.38º100%69.02%-
HSV(B)150.38º61.96%100%-
XYZ48.6377.2453.94-
YUV198.87115.6555.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.34%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=18.34%
G=48.20%
B=33.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal972551770.6200.310150.3810069.02
Hex61FFB13E01F0966445
Octal141377261760370226144105
Binary1100001111111111011000111111001111101001011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,255,177); }

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

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

 a { background-color: rgb(97,255,177); }

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

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

 span { border-color: rgb(97,255,177); }

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