Html Css Color HEX #61EA95 Medium Aquamarine

📋 copy color: '#61EA95'

red 97 ◦ green 234 ◦ blue 149

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

Shades of Medium Aquamarine #61EA95

Tints of Medium Aquamarine #61EA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 20.21%
G = 48.75%
B = 31.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#61EA95 (or 0x61EA95) is known color: Medium Aquamarine. HEX triplet: 61, EA and 95. RGB value is (97,234,149). Sum of RGB (Red+Green+Blue) = 97+234+149=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA95 is #9E156A. Grayscale: #B7B7B7. Windows color (decimal): -10360171 or 9824865. OLE color: 9824865.

HSL color Cylindrical-coordinate representation of color #61EA95: hue angle of 142.77º 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 #61EA95 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 149 -
CMYK 0.59 0 0.36 0.08
HSL 142.77º 0.77% 0.65% -
HSV(B) 142.77º 0.59% 0.92% -
XYZ 39.78 63.56 38.61 -
YUV 183.35 108.61 66.41 -
System Red Green Blue C M Y K H S L
Decimal 97 234 149 0.59 0 0.36 0.08 142.77 0.77 0.65
Hex 61 EA 95 3B 0 24 8 8F 4D 41
Octal 141 352 225 73 0 44 10 217 115 101
Binary 1100001 11101010 10010101 111011 0 100100 1000 10001111 1001101 1000001

Color Harmonies of #61EA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EA95

Black with #61EA95

Text Example


Text Example

White with #61EA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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