#61F0B4

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

Shades of Medium Aquamarine #61F0B4

Tints of Medium Aquamarine #61F0B4

Color information

#61F0B4 (or 0x61F0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 61, F0 and B4. RGB value is (97,240,180). Sum of RGB (Red+Green+Blue) = 97+240+180=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0B4 is #9E0F4B. Grayscale: #BEBEBE. Windows color (decimal): -10358604 or 11858017. OLE color: 11858017.

HSL color Cylindrical-coordinate representation of color #61F0B4: hue angle of 154.83º 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 #61F0B4 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB97240180-
CMYK0.6000.250.06
HSL154.83º82.66%66.08%-
HSV(B)154.83º59.58%94.12%-
XYZ44.3368.1654-
YUV190.4122.1261.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=18.76%
G=46.42%
B=34.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal972401800.6000.250.06154.8382.6666.08
Hex61F0B43C01969b5342
Octal141360264740316233123102
Binary110000111110000101101001111000110011101001101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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