Html Css Color HEX #61D09D Medium Aquamarine

📋 copy color: '#61D09D'

red 97 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #61D09D

Tints of Medium Aquamarine #61D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 21%
G = 45.02%
B = 33.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#61D09D (or 0x61D09D) is known color: Medium Aquamarine. HEX triplet: 61, D0 and 9D. RGB value is (97,208,157). Sum of RGB (Red+Green+Blue) = 97+208+157=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #61D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D09D is #9E2F62. Grayscale: #A9A9A9. Windows color (decimal): -10366819 or 10342497. OLE color: 10342497.

HSL color Cylindrical-coordinate representation of color #61D09D: hue angle of 152.43º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61D09D is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 157 -
CMYK 0.53 0 0.25 0.18
HSL 152.43º 0.54% 0.6% -
HSV(B) 152.43º 0.53% 0.82% -
XYZ 33.57 50.09 39.8 -
YUV 169 121.23 76.65 -
System Red Green Blue C M Y K H S L
Decimal 97 208 157 0.53 0 0.25 0.18 152.43 0.54 0.6
Hex 61 D0 9D 35 0 19 12 98 36 3C
Octal 141 320 235 65 0 31 22 230 66 74
Binary 1100001 11010000 10011101 110101 0 11001 10010 10011000 110110 111100

Color Harmonies of #61D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D09D

Black with #61D09D

Text Example


Text Example

White with #61D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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