Html Css Color HEX #61EAA5 Medium Aquamarine

📋 copy color: '#61EAA5'

red 97 ◦ green 234 ◦ blue 165

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

Shades of Medium Aquamarine #61EAA5

Tints of Medium Aquamarine #61EAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 19.56%
G = 47.18%
B = 33.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#61EAA5 (or 0x61EAA5) is known color: Medium Aquamarine. HEX triplet: 61, EA and A5. RGB value is (97,234,165). Sum of RGB (Red+Green+Blue) = 97+234+165=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EAA5 is #9E155A. Grayscale: #B9B9B9. Windows color (decimal): -10360155 or 10873441. OLE color: 10873441.

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

Color convert

RGB 97 234 165 -
CMYK 0.59 0 0.29 0.08
HSL 149.78º 0.77% 0.65% -
HSV(B) 149.78º 0.59% 0.92% -
XYZ 41.14 64.1 45.8 -
YUV 185.17 116.61 65.11 -
System Red Green Blue C M Y K H S L
Decimal 97 234 165 0.59 0 0.29 0.08 149.78 0.77 0.65
Hex 61 EA A5 3B 0 1D 8 96 4D 41
Octal 141 352 245 73 0 35 10 226 115 101
Binary 1100001 11101010 10100101 111011 0 11101 1000 10010110 1001101 1000001

Color Harmonies of #61EAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EAA5

Black with #61EAA5

Text Example


Text Example

White with #61EAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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