#61DA98

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

Shades of Medium Aquamarine #61DA98

Tints of Medium Aquamarine #61DA98

Color information

#61DA98 (or 0x61DA98) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DA and 98. RGB value is (97,218,152). Sum of RGB (Red+Green+Blue) = 97+218+152=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DA98 is #9E2567. Grayscale: #AEAEAE. Windows color (decimal): -10364264 or 10017377. OLE color: 10017377.

HSL color Cylindrical-coordinate representation of color #61DA98: hue angle of 147.27º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DA98 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB97218152-
CMYK0.5600.300.15
HSL147.27º62.05%61.76%-
HSV(B)147.27º55.5%85.49%-
XYZ35.6754.9538.43-
YUV174.3115.4172.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 152 (59.77% from 255) = 32.55%
R=20.77%
G=46.68%
B=32.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181520.5600.300.15147.2762.0561.76
Hex61DA983801EF933e3e
Octal14133223070036172237676
Binary11000011101101010011000111000011110111110010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,218,152); }

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

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

 a { background-color: rgb(97,218,152); }

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

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

 span { border-color: rgb(97,218,152); }

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