Html Css Color HEX #61FFA0 Medium Aquamarine

📋 copy color: '#61FFA0'

red 97 ◦ green 255 ◦ blue 160

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

Shades of Medium Aquamarine #61FFA0

Tints of Medium Aquamarine #61FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 160 (62.89% from 255) = 31.25%

R = 18.95%
G = 49.8%
B = 31.25%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#61FFA0 (or 0x61FFA0) is known color: Medium Aquamarine. HEX triplet: 61, FF and A0. RGB value is (97,255,160). Sum of RGB (Red+Green+Blue) = 97+255+160=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFA0 is #9E005F. Grayscale: #C5C5C5. Windows color (decimal): -10354784 or 10551137. OLE color: 10551137.

HSL color Cylindrical-coordinate representation of color #61FFA0: hue angle of 143.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFA0 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 160 -
CMYK 0.62 0 0.37 0
HSL 143.92º 1% 0.69% -
HSV(B) 143.92º 0.62% 1% -
XYZ 47.03 76.6 45.56 -
YUV 196.93 107.15 56.72 -
System Red Green Blue C M Y K H S L
Decimal 97 255 160 0.62 0 0.37 0 143.92 1 0.69
Hex 61 FF A0 3E 0 25 0 90 64 45
Octal 141 377 240 76 0 45 0 220 144 105
Binary 1100001 11111111 10100000 111110 0 100101 0 10010000 1100100 1000101

Color Harmonies of #61FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFA0

Black with #61FFA0

Text Example


Text Example

White with #61FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,255,160); }

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

background-color css

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

 a { background-color: rgb(97,255,160); }

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

border-color css

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

 span { border-color: rgb(97,255,160); }

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