Html Css Color HEX #61F29D Medium Aquamarine

📋 copy color: '#61F29D'

red 97 ◦ green 242 ◦ blue 157

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

Shades of Medium Aquamarine #61F29D

Tints of Medium Aquamarine #61F29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.79%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 19.56%
G = 48.79%
B = 31.65%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#61F29D (or 0x61F29D) is known color: Medium Aquamarine. HEX triplet: 61, F2 and 9D. RGB value is (97,242,157). Sum of RGB (Red+Green+Blue) = 97+242+157=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #61F29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F29D is #9E0D62. Grayscale: #BDBDBD. Windows color (decimal): -10358115 or 10351201. OLE color: 10351201.

HSL color Cylindrical-coordinate representation of color #61F29D: hue angle of 144.83º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F29D is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 242 157 -
CMYK 0.60 0 0.35 0.05
HSL 144.83º 0.85% 0.66% -
HSV(B) 144.83º 0.6% 0.95% -
XYZ 42.77 68.48 42.86 -
YUV 188.96 109.96 62.41 -
System Red Green Blue C M Y K H S L
Decimal 97 242 157 0.60 0 0.35 0.05 144.83 0.85 0.66
Hex 61 F2 9D 3C 0 23 5 91 55 42
Octal 141 362 235 74 0 43 5 221 125 102
Binary 1100001 11110010 10011101 111100 0 100011 101 10010001 1010101 1000010

Color Harmonies of #61F29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F29D

Black with #61F29D

Text Example


Text Example

White with #61F29D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,242,157); }

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

background-color css

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

 a { background-color: rgb(97,242,157); }

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

border-color css

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

 span { border-color: rgb(97,242,157); }

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