#61F0B6

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

Shades of Medium Aquamarine #61F0B6

Tints of Medium Aquamarine #61F0B6

Color information

#61F0B6 (or 0x61F0B6) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F0 and B6. RGB value is (97,240,182). Sum of RGB (Red+Green+Blue) = 97+240+182=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0B6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0B6 is #9E0F49. Grayscale: #BEBEBE. Windows color (decimal): -10358602 or 11989089. OLE color: 11989089.

HSL color Cylindrical-coordinate representation of color #61F0B6: hue angle of 155.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0B6 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB97240182-
CMYK0.6000.240.06
HSL155.66º82.66%66.08%-
HSV(B)155.66º59.58%94.12%-
XYZ44.5368.2455.08-
YUV190.63123.1261.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.69%
GREEN value IS 240 (94.14% from 255) = 46.24%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=18.69%
G=46.24%
B=35.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972401820.6000.240.06155.6682.6666.08
Hex61F0B63C01869c5342
Octal141360266740306234123102
Binary110000111110000101101101111000110001101001110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,240,182); }

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

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

 a { background-color: rgb(97,240,182); }

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

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

 span { border-color: rgb(97,240,182); }

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