Html Css Color HEX #61FFAA Medium Aquamarine

📋 copy color: '#61FFAA'

red 97 ◦ green 255 ◦ blue 170

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

Shades of Medium Aquamarine #61FFAA

Tints of Medium Aquamarine #61FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 48.85%

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

R = 18.58%
G = 48.85%
B = 32.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#61FFAA (or 0x61FFAA) is known color: Medium Aquamarine. HEX triplet: 61, FF and AA. RGB value is (97,255,170). Sum of RGB (Red+Green+Blue) = 97+255+170=522 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.58% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 170 (66.80% from 255 or 32.57% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFAA is #9E0055. Grayscale: #C6C6C6. Windows color (decimal): -10354774 or 11206497. OLE color: 11206497.

HSL color Cylindrical-coordinate representation of color #61FFAA: hue angle of 147.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFAA is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 170 -
CMYK 0.62 0 0.33 0
HSL 147.72º 1% 0.69% -
HSV(B) 147.72º 0.62% 1% -
XYZ 47.95 76.96 50.36 -
YUV 198.07 112.15 55.91 -
System Red Green Blue C M Y K H S L
Decimal 97 255 170 0.62 0 0.33 0 147.72 1 0.69
Hex 61 FF AA 3E 0 21 0 94 64 45
Octal 141 377 252 76 0 41 0 224 144 105
Binary 1100001 11111111 10101010 111110 0 100001 0 10010100 1100100 1000101

Color Harmonies of #61FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFAA

Black with #61FFAA

Text Example


Text Example

White with #61FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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