Html Css Color HEX #61F295 Medium Aquamarine

📋 copy color: '#61F295'

red 97 ◦ green 242 ◦ blue 149

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

Shades of Medium Aquamarine #61F295

Tints of Medium Aquamarine #61F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 19.88%
G = 49.59%
B = 30.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#61F295 (or 0x61F295) is known color: Medium Aquamarine. HEX triplet: 61, F2 and 95. RGB value is (97,242,149). Sum of RGB (Red+Green+Blue) = 97+242+149=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #61F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F295 is #9E0D6A. Grayscale: #BCBCBC. Windows color (decimal): -10358123 or 9826913. OLE color: 9826913.

HSL color Cylindrical-coordinate representation of color #61F295: hue angle of 141.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F295 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 242 149 -
CMYK 0.60 0 0.38 0.05
HSL 141.52º 0.85% 0.66% -
HSV(B) 141.52º 0.6% 0.95% -
XYZ 42.11 68.22 39.38 -
YUV 188.04 105.96 63.06 -
System Red Green Blue C M Y K H S L
Decimal 97 242 149 0.60 0 0.38 0.05 141.52 0.85 0.66
Hex 61 F2 95 3C 0 26 5 8E 55 42
Octal 141 362 225 74 0 46 5 216 125 102
Binary 1100001 11110010 10010101 111100 0 100110 101 10001110 1010101 1000010

Color Harmonies of #61F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F295

Black with #61F295

Text Example


Text Example

White with #61F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,242,149); }

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

background-color css

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

 a { background-color: rgb(97,242,149); }

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

border-color css

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

 span { border-color: rgb(97,242,149); }

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