Html Css Color HEX #61E8A1 Medium Aquamarine

📋 copy color: '#61E8A1'

red 97 ◦ green 232 ◦ blue 161

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

Shades of Medium Aquamarine #61E8A1

Tints of Medium Aquamarine #61E8A1

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.35%

 BLUE value IS 161 (63.28% from 255) = 32.86%

R = 19.8%
G = 47.35%
B = 32.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#61E8A1 (or 0x61E8A1) is known color: Medium Aquamarine. HEX triplet: 61, E8 and A1. RGB value is (97,232,161). Sum of RGB (Red+Green+Blue) = 97+232+161=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E8A1 is #9E175E. Grayscale: #B7B7B7. Windows color (decimal): -10360671 or 10610785. OLE color: 10610785.

HSL color Cylindrical-coordinate representation of color #61E8A1: hue angle of 148.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8A1 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 232 161 -
CMYK 0.58 0 0.31 0.09
HSL 148.44º 0.75% 0.65% -
HSV(B) 148.44º 0.58% 0.91% -
XYZ 40.22 62.83 43.73 -
YUV 183.54 115.27 66.27 -
System Red Green Blue C M Y K H S L
Decimal 97 232 161 0.58 0 0.31 0.09 148.44 0.75 0.65
Hex 61 E8 A1 3A 0 1F 9 94 4B 41
Octal 141 350 241 72 0 37 11 224 113 101
Binary 1100001 11101000 10100001 111010 0 11111 1001 10010100 1001011 1000001

Color Harmonies of #61E8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E8A1

Black with #61E8A1

Text Example


Text Example

White with #61E8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,232,161); }

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

background-color css

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

 a { background-color: rgb(97,232,161); }

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

border-color css

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

 span { border-color: rgb(97,232,161); }

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