Html Css Color HEX #61FDA0 Medium Aquamarine

📋 copy color: '#61FDA0'

red 97 ◦ green 253 ◦ blue 160

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

Shades of Medium Aquamarine #61FDA0

Tints of Medium Aquamarine #61FDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.61%

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

R = 19.02%
G = 49.61%
B = 31.37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#61FDA0 (or 0x61FDA0) is known color: Medium Aquamarine. HEX triplet: 61, FD and A0. RGB value is (97,253,160). Sum of RGB (Red+Green+Blue) = 97+253+160=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FDA0 is #9E025F. Grayscale: #C3C3C3. Windows color (decimal): -10355296 or 10550625. OLE color: 10550625.

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

Color convert

RGB 97 253 160 -
CMYK 0.62 0 0.37 0.01
HSL 144.23º 0.98% 0.69% -
HSV(B) 144.23º 0.62% 0.99% -
XYZ 46.4 75.33 45.35 -
YUV 195.75 107.82 57.56 -
System Red Green Blue C M Y K H S L
Decimal 97 253 160 0.62 0 0.37 0.01 144.23 0.98 0.69
Hex 61 FD A0 3E 0 25 1 90 62 45
Octal 141 375 240 76 0 45 1 220 142 105
Binary 1100001 11111101 10100000 111110 0 100101 1 10010000 1100010 1000101

Color Harmonies of #61FDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FDA0

Black with #61FDA0

Text Example


Text Example

White with #61FDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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