Html Css Color HEX #61DDA8 Medium Aquamarine

📋 copy color: '#61DDA8'

red 97 ◦ green 221 ◦ blue 168

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

Shades of Medium Aquamarine #61DDA8

Tints of Medium Aquamarine #61DDA8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

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

R = 19.96%
G = 45.47%
B = 34.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#61DDA8 (or 0x61DDA8) is known color: Medium Aquamarine. HEX triplet: 61, DD and A8. RGB value is (97,221,168). Sum of RGB (Red+Green+Blue) = 97+221+168=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DDA8 is #9E2257. Grayscale: #B1B1B1. Windows color (decimal): -10363480 or 11066721. OLE color: 11066721.

HSL color Cylindrical-coordinate representation of color #61DDA8: hue angle of 154.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDA8 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 168 -
CMYK 0.56 0 0.24 0.13
HSL 154.35º 0.65% 0.62% -
HSV(B) 154.35º 0.56% 0.87% -
XYZ 37.85 57.08 46.07 -
YUV 177.88 122.42 70.31 -
System Red Green Blue C M Y K H S L
Decimal 97 221 168 0.56 0 0.24 0.13 154.35 0.65 0.62
Hex 61 DD A8 38 0 18 D 9A 41 3E
Octal 141 335 250 70 0 30 15 232 101 76
Binary 1100001 11011101 10101000 111000 0 11000 1101 10011010 1000001 111110

Color Harmonies of #61DDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DDA8

Black with #61DDA8

Text Example


Text Example

White with #61DDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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