Html Css Color HEX #61F095 Medium Aquamarine

📋 copy color: '#61F095'

red 97 ◦ green 240 ◦ blue 149

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

Shades of Medium Aquamarine #61F095

Tints of Medium Aquamarine #61F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

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

R = 19.96%
G = 49.38%
B = 30.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#61F095 (or 0x61F095) is known color: Medium Aquamarine. HEX triplet: 61, F0 and 95. RGB value is (97,240,149). Sum of RGB (Red+Green+Blue) = 97+240+149=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #61F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F095 is #9E0F6A. Grayscale: #BBBBBB. Windows color (decimal): -10358635 or 9826401. OLE color: 9826401.

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

Color convert

RGB 97 240 149 -
CMYK 0.60 0 0.38 0.06
HSL 141.82º 0.83% 0.66% -
HSV(B) 141.82º 0.6% 0.94% -
XYZ 41.51 67.03 39.18 -
YUV 186.87 106.62 63.9 -
System Red Green Blue C M Y K H S L
Decimal 97 240 149 0.60 0 0.38 0.06 141.82 0.83 0.66
Hex 61 F0 95 3C 0 26 6 8E 53 42
Octal 141 360 225 74 0 46 6 216 123 102
Binary 1100001 11110000 10010101 111100 0 100110 110 10001110 1010011 1000010

Color Harmonies of #61F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F095

Black with #61F095

Text Example


Text Example

White with #61F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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