#61F8B1

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

Shades of Medium Aquamarine #61F8B1

Tints of Medium Aquamarine #61F8B1

Color information

#61F8B1 (or 0x61F8B1) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F8 and B1. RGB value is (97,248,177). Sum of RGB (Red+Green+Blue) = 97+248+177=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #61F8B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F8B1 is #9E074E. Grayscale: #C2C2C2. Windows color (decimal): -10356559 or 11663457. OLE color: 11663457.

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

Color convert

RGB97248177-
CMYK0.6100.290.03
HSL151.79º91.52%67.65%-
HSV(B)151.79º60.89%97.25%-
XYZ46.4372.8553.21-
YUV194.76117.9758.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.58%
GREEN value IS 248 (97.27% from 255) = 47.51%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=18.58%
G=47.51%
B=33.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal972481770.6100.290.03151.7991.5267.65
Hex61F8B13D01D3985c44
Octal141370261750353230134104
Binary11000011111100010110001111101011101111001100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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