Html Css Color HEX #61F29B Medium Aquamarine

📋 copy color: '#61F29B'

red 97 ◦ green 242 ◦ blue 155

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

Shades of Medium Aquamarine #61F29B

Tints of Medium Aquamarine #61F29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 19.64%
G = 48.99%
B = 31.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#61F29B (or 0x61F29B) is known color: Medium Aquamarine. HEX triplet: 61, F2 and 9B. RGB value is (97,242,155). Sum of RGB (Red+Green+Blue) = 97+242+155=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #61F29B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F29B is #9E0D64. Grayscale: #BCBCBC. Windows color (decimal): -10358117 or 10220129. OLE color: 10220129.

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

Color convert

RGB 97 242 155 -
CMYK 0.60 0 0.36 0.05
HSL 144º 0.85% 0.66% -
HSV(B) 144º 0.6% 0.95% -
XYZ 42.6 68.41 41.97 -
YUV 188.73 108.96 62.57 -
System Red Green Blue C M Y K H S L
Decimal 97 242 155 0.60 0 0.36 0.05 144 0.85 0.66
Hex 61 F2 9B 3C 0 24 5 90 55 42
Octal 141 362 233 74 0 44 5 220 125 102
Binary 1100001 11110010 10011011 111100 0 100100 101 10010000 1010101 1000010

Color Harmonies of #61F29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F29B

Black with #61F29B

Text Example


Text Example

White with #61F29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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