Html Css Color HEX #61EDA6 Medium Aquamarine

📋 copy color: '#61EDA6'

red 97 ◦ green 237 ◦ blue 166

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

Shades of Medium Aquamarine #61EDA6

Tints of Medium Aquamarine #61EDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.2%

R = 19.4%
G = 47.4%
B = 33.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#61EDA6 (or 0x61EDA6) is known color: Medium Aquamarine. HEX triplet: 61, ED and A6. RGB value is (97,237,166). Sum of RGB (Red+Green+Blue) = 97+237+166=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EDA6 is #9E1259. Grayscale: #BBBBBB. Windows color (decimal): -10359386 or 10939745. OLE color: 10939745.

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

Color convert

RGB 97 237 166 -
CMYK 0.59 0 0.30 0.07
HSL 149.57º 0.8% 0.65% -
HSV(B) 149.57º 0.59% 0.93% -
XYZ 42.1 65.86 46.57 -
YUV 187.05 116.12 63.77 -
System Red Green Blue C M Y K H S L
Decimal 97 237 166 0.59 0 0.30 0.07 149.57 0.8 0.65
Hex 61 ED A6 3B 0 1E 7 96 50 41
Octal 141 355 246 73 0 36 7 226 120 101
Binary 1100001 11101101 10100110 111011 0 11110 111 10010110 1010000 1000001

Color Harmonies of #61EDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDA6

Black with #61EDA6

Text Example


Text Example

White with #61EDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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