Html Css Color HEX #61EEA8 Medium Aquamarine

📋 copy color: '#61EEA8'

red 97 ◦ green 238 ◦ blue 168

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

Shades of Medium Aquamarine #61EEA8

Tints of Medium Aquamarine #61EEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.32%

 BLUE value IS 168 (66.02% from 255) = 33.4%

R = 19.28%
G = 47.32%
B = 33.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#61EEA8 (or 0x61EEA8) is known color: Medium Aquamarine. HEX triplet: 61, EE and A8. RGB value is (97,238,168). Sum of RGB (Red+Green+Blue) = 97+238+168=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EEA8 is #9E1157. Grayscale: #BBBBBB. Windows color (decimal): -10359128 or 11071073. OLE color: 11071073.

HSL color Cylindrical-coordinate representation of color #61EEA8: hue angle of 150.21º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEA8 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 238 168 -
CMYK 0.59 0 0.29 0.07
HSL 150.21º 0.81% 0.66% -
HSV(B) 150.21º 0.59% 0.93% -
XYZ 42.57 66.52 47.64 -
YUV 187.86 116.79 63.19 -
System Red Green Blue C M Y K H S L
Decimal 97 238 168 0.59 0 0.29 0.07 150.21 0.81 0.66
Hex 61 EE A8 3B 0 1D 7 96 51 42
Octal 141 356 250 73 0 35 7 226 121 102
Binary 1100001 11101110 10101000 111011 0 11101 111 10010110 1010001 1000010

Color Harmonies of #61EEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EEA8

Black with #61EEA8

Text Example


Text Example

White with #61EEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,238,168); }

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

background-color css

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

 a { background-color: rgb(97,238,168); }

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

border-color css

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

 span { border-color: rgb(97,238,168); }

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