Html Css Color HEX #61DBAA Medium Aquamarine

📋 copy color: '#61DBAA'

red 97 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #61DBAA

Tints of Medium Aquamarine #61DBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 170 (66.8% from 255) = 34.98%

R = 19.96%
G = 45.06%
B = 34.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#61DBAA (or 0x61DBAA) is known color: Medium Aquamarine. HEX triplet: 61, DB and AA. RGB value is (97,219,170). Sum of RGB (Red+Green+Blue) = 97+219+170=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBAA is #9E2455. Grayscale: #B1B1B1. Windows color (decimal): -10363990 or 11197281. OLE color: 11197281.

HSL color Cylindrical-coordinate representation of color #61DBAA: hue angle of 155.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBAA is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 170 -
CMYK 0.56 0 0.22 0.14
HSL 155.9º 0.63% 0.62% -
HSV(B) 155.9º 0.56% 0.86% -
XYZ 37.52 56.11 46.88 -
YUV 176.94 124.08 70.98 -
System Red Green Blue C M Y K H S L
Decimal 97 219 170 0.56 0 0.22 0.14 155.9 0.63 0.62
Hex 61 DB AA 38 0 16 E 9C 3F 3E
Octal 141 333 252 70 0 26 16 234 77 76
Binary 1100001 11011011 10101010 111000 0 10110 1110 10011100 111111 111110

Color Harmonies of #61DBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DBAA

Black with #61DBAA

Text Example


Text Example

White with #61DBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,170); }

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

background-color css

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

 a { background-color: rgb(97,219,170); }

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

border-color css

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

 span { border-color: rgb(97,219,170); }

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