Html Css Color HEX #61F098 Medium Aquamarine

📋 copy color: '#61F098'

red 97 ◦ green 240 ◦ blue 152

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

Shades of Medium Aquamarine #61F098

Tints of Medium Aquamarine #61F098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 19.84%
G = 49.08%
B = 31.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#61F098 (or 0x61F098) is known color: Medium Aquamarine. HEX triplet: 61, F0 and 98. RGB value is (97,240,152). Sum of RGB (Red+Green+Blue) = 97+240+152=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #61F098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F098 is #9E0F67. Grayscale: #BBBBBB. Windows color (decimal): -10358632 or 10023009. OLE color: 10023009.

HSL color Cylindrical-coordinate representation of color #61F098: hue angle of 143.08º 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 #61F098 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 152 -
CMYK 0.60 0 0.37 0.06
HSL 143.08º 0.83% 0.66% -
HSV(B) 143.08º 0.6% 0.94% -
XYZ 41.76 67.13 40.46 -
YUV 187.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 97 240 152 0.60 0 0.37 0.06 143.08 0.83 0.66
Hex 61 F0 98 3C 0 25 6 8F 53 42
Octal 141 360 230 74 0 45 6 217 123 102
Binary 1100001 11110000 10011000 111100 0 100101 110 10001111 1010011 1000010

Color Harmonies of #61F098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F098

Black with #61F098

Text Example


Text Example

White with #61F098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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