Html Css Color HEX #61D9A8 Medium Aquamarine

📋 copy color: '#61D9A8'

red 97 ◦ green 217 ◦ blue 168

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

Shades of Medium Aquamarine #61D9A8

Tints of Medium Aquamarine #61D9A8

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 168 (66.02% from 255) = 34.85%

R = 20.12%
G = 45.02%
B = 34.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#61D9A8 (or 0x61D9A8) is known color: Medium Aquamarine. HEX triplet: 61, D9 and A8. RGB value is (97,217,168). Sum of RGB (Red+Green+Blue) = 97+217+168=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D9A8 is #9E2657. Grayscale: #AFAFAF. Windows color (decimal): -10364504 or 11065697. OLE color: 11065697.

HSL color Cylindrical-coordinate representation of color #61D9A8: hue angle of 155.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9A8 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 217 168 -
CMYK 0.55 0 0.23 0.15
HSL 155.5º 0.61% 0.62% -
HSV(B) 155.5º 0.55% 0.85% -
XYZ 36.81 54.99 45.72 -
YUV 175.53 123.74 71.98 -
System Red Green Blue C M Y K H S L
Decimal 97 217 168 0.55 0 0.23 0.15 155.5 0.61 0.62
Hex 61 D9 A8 37 0 17 F 9C 3D 3E
Octal 141 331 250 67 0 27 17 234 75 76
Binary 1100001 11011001 10101000 110111 0 10111 1111 10011100 111101 111110

Color Harmonies of #61D9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9A8

Black with #61D9A8

Text Example


Text Example

White with #61D9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,217,168); }

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

background-color css

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

 a { background-color: rgb(97,217,168); }

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

border-color css

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

 span { border-color: rgb(97,217,168); }

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