Html Css Color HEX #61D49A Medium Aquamarine

📋 copy color: '#61D49A'

red 97 ◦ green 212 ◦ blue 154

#61D49A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #61D49A

Tints of Medium Aquamarine #61D49A

RGB

 RED value IS 97 (38.28% from 255) = 20.95%

 GREEN value IS 212 (83.2% from 255) = 45.79%

 BLUE value IS 154 (60.55% from 255) = 33.26%

R = 20.95%
G = 45.79%
B = 33.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#61D49A (or 0x61D49A) is known color: Medium Aquamarine. HEX triplet: 61, D4 and 9A. RGB value is (97,212,154). Sum of RGB (Red+Green+Blue) = 97+212+154=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 212 (83.20% from 255 or 45.79% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 212 - color contains mainly: green. Hex color #61D49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D49A is #9E2B65. Grayscale: #ABABAB. Windows color (decimal): -10365798 or 10146913. OLE color: 10146913.

HSL color Cylindrical-coordinate representation of color #61D49A: hue angle of 149.74º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D49A is Cyan = 0.54, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 154 -
CMYK 0.54 0 0.27 0.17
HSL 149.74º 0.57% 0.61% -
HSV(B) 149.74º 0.54% 0.83% -
XYZ 34.31 51.96 38.79 -
YUV 171 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 97 212 154 0.54 0 0.27 0.17 149.74 0.57 0.61
Hex 61 D4 9A 36 0 1B 11 96 39 3D
Octal 141 324 232 66 0 33 21 226 71 75
Binary 1100001 11010100 10011010 110110 0 11011 10001 10010110 111001 111101

Color Harmonies of #61D49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D49A

Black with #61D49A

Text Example


Text Example

White with #61D49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,212,154); }

 H1.HeaderClassName
 {
   color: #61D49A;
 }
 .AnyTagClassName
 {
   color: #61D49A;
 }
</style>

background-color css

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

 a { background-color: rgb(97,212,154); }

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

border-color css

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

 span { border-color: rgb(97,212,154); }

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