Html Css Color HEX #61EDA8 Medium Aquamarine

📋 copy color: '#61EDA8'

red 97 ◦ green 237 ◦ blue 168

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

Shades of Medium Aquamarine #61EDA8

Tints of Medium Aquamarine #61EDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.21%

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

R = 19.32%
G = 47.21%
B = 33.47%

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

#61EDA8 (or 0x61EDA8) is known color: Medium Aquamarine. HEX triplet: 61, ED and A8. RGB value is (97,237,168). Sum of RGB (Red+Green+Blue) = 97+237+168=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EDA8 is #9E1257. Grayscale: #BBBBBB. Windows color (decimal): -10359384 or 11070817. OLE color: 11070817.

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

Color convert

RGB 97 237 168 -
CMYK 0.59 0 0.29 0.07
HSL 150.43º 0.8% 0.65% -
HSV(B) 150.43º 0.59% 0.93% -
XYZ 42.28 65.94 47.54 -
YUV 187.27 117.12 63.61 -
System Red Green Blue C M Y K H S L
Decimal 97 237 168 0.59 0 0.29 0.07 150.43 0.8 0.65
Hex 61 ED A8 3B 0 1D 7 96 50 41
Octal 141 355 250 73 0 35 7 226 120 101
Binary 1100001 11101101 10101000 111011 0 11101 111 10010110 1010000 1000001

Color Harmonies of #61EDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDA8

Black with #61EDA8

Text Example


Text Example

White with #61EDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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