Html Css Color HEX #61EAA1 Medium Aquamarine

📋 copy color: '#61EAA1'

red 97 ◦ green 234 ◦ blue 161

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

Shades of Medium Aquamarine #61EAA1

Tints of Medium Aquamarine #61EAA1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.56%

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

R = 19.72%
G = 47.56%
B = 32.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#61EAA1 (or 0x61EAA1) is known color: Medium Aquamarine. HEX triplet: 61, EA and A1. RGB value is (97,234,161). Sum of RGB (Red+Green+Blue) = 97+234+161=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EAA1 is #9E155E. Grayscale: #B8B8B8. Windows color (decimal): -10360159 or 10611297. OLE color: 10611297.

HSL color Cylindrical-coordinate representation of color #61EAA1: hue angle of 148.03º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAA1 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 161 -
CMYK 0.59 0 0.31 0.08
HSL 148.03º 0.77% 0.65% -
HSV(B) 148.03º 0.59% 0.92% -
XYZ 40.79 63.96 43.91 -
YUV 184.72 114.61 65.44 -
System Red Green Blue C M Y K H S L
Decimal 97 234 161 0.59 0 0.31 0.08 148.03 0.77 0.65
Hex 61 EA A1 3B 0 1F 8 94 4D 41
Octal 141 352 241 73 0 37 10 224 115 101
Binary 1100001 11101010 10100001 111011 0 11111 1000 10010100 1001101 1000001

Color Harmonies of #61EAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAA1

Black with #61EAA1

Text Example


Text Example

White with #61EAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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