Html Css Color HEX #61D09C Medium Aquamarine

📋 copy color: '#61D09C'

red 97 ◦ green 208 ◦ blue 156

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

Shades of Medium Aquamarine #61D09C

Tints of Medium Aquamarine #61D09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 21.04%
G = 45.12%
B = 33.84%

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

#61D09C (or 0x61D09C) is known color: Medium Aquamarine. HEX triplet: 61, D0 and 9C. RGB value is (97,208,156). Sum of RGB (Red+Green+Blue) = 97+208+156=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #61D09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D09C is #9E2F63. Grayscale: #A8A8A8. Windows color (decimal): -10366820 or 10276961. OLE color: 10276961.

HSL color Cylindrical-coordinate representation of color #61D09C: hue angle of 151.89º 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 #61D09C is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 208 156 -
CMYK 0.53 0 0.25 0.18
HSL 151.89º 0.54% 0.6% -
HSV(B) 151.89º 0.53% 0.82% -
XYZ 33.49 50.05 39.35 -
YUV 168.88 120.73 76.73 -
System Red Green Blue C M Y K H S L
Decimal 97 208 156 0.53 0 0.25 0.18 151.89 0.54 0.6
Hex 61 D0 9C 35 0 19 12 98 36 3C
Octal 141 320 234 65 0 31 22 230 66 74
Binary 1100001 11010000 10011100 110101 0 11001 10010 10011000 110110 111100

Color Harmonies of #61D09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D09C

Black with #61D09C

Text Example


Text Example

White with #61D09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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