#61FBA8

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

Shades of Medium Aquamarine #61FBA8

Tints of Medium Aquamarine #61FBA8

Color information

#61FBA8 (or 0x61FBA8) is unknown color: approx Medium Aquamarine. HEX triplet: 61, FB and A8. RGB value is (97,251,168). Sum of RGB (Red+Green+Blue) = 97+251+168=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FBA8 is #9E0457. Grayscale: #C3C3C3. Windows color (decimal): -10355800 or 11074401. OLE color: 11074401.

HSL color Cylindrical-coordinate representation of color #61FBA8: hue angle of 147.66º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FBA8 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB97251168-
CMYK0.6100.330.02
HSL147.66º95.06%68.24%-
HSV(B)147.66º61.35%98.43%-
XYZ46.4974.3648.95-
YUV195.49112.4857.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.80%
GREEN value IS 251 (98.44% from 255) = 48.64%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=18.80%
G=48.64%
B=32.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal972511680.6100.330.02147.6695.0668.24
Hex61FBA83D0212945f44
Octal141373250750412224137104
Binary110000111111011101010001111010100001101001010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,251,168); }

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

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

 a { background-color: rgb(97,251,168); }

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

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

 span { border-color: rgb(97,251,168); }

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