#61DC98

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

Shades of Medium Aquamarine #61DC98

Tints of Medium Aquamarine #61DC98

Color information

#61DC98 (or 0x61DC98) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DC and 98. RGB value is (97,220,152). Sum of RGB (Red+Green+Blue) = 97+220+152=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DC98 is #9E2367. Grayscale: #AFAFAF. Windows color (decimal): -10363752 or 10017889. OLE color: 10017889.

HSL color Cylindrical-coordinate representation of color #61DC98: hue angle of 146.83º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC98 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB97220152-
CMYK0.5600.310.14
HSL146.83º63.73%62.16%-
HSV(B)146.83º55.91%86.27%-
XYZ36.1955.9938.61-
YUV175.47114.7572.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=20.68%
G=46.91%
B=32.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201520.5600.310.14146.8363.7362.16
Hex61DC983801FE93403e
Octal141334230700371622310076
Binary110000111011100100110001110000111111110100100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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