Html Css Color HEX #61FBA4 Medium Aquamarine

📋 copy color: '#61FBA4'

red 97 ◦ green 251 ◦ blue 164

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

Shades of Medium Aquamarine #61FBA4

Tints of Medium Aquamarine #61FBA4

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

 BLUE value IS 164 (64.45% from 255) = 32.03%

R = 18.95%
G = 49.02%
B = 32.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#61FBA4 (or 0x61FBA4) is known color: Medium Aquamarine. HEX triplet: 61, FB and A4. RGB value is (97,251,164). Sum of RGB (Red+Green+Blue) = 97+251+164=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FBA4 is #9E045B. Grayscale: #C3C3C3. Windows color (decimal): -10355804 or 10812257. OLE color: 10812257.

HSL color Cylindrical-coordinate representation of color #61FBA4: hue angle of 146.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FBA4 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 251 164 -
CMYK 0.61 0 0.35 0.02
HSL 146.1º 0.95% 0.68% -
HSV(B) 146.1º 0.61% 0.98% -
XYZ 46.13 74.22 47.02 -
YUV 195.04 110.48 58.07 -
System Red Green Blue C M Y K H S L
Decimal 97 251 164 0.61 0 0.35 0.02 146.1 0.95 0.68
Hex 61 FB A4 3D 0 23 2 92 5F 44
Octal 141 373 244 75 0 43 2 222 137 104
Binary 1100001 11111011 10100100 111101 0 100011 10 10010010 1011111 1000100

Color Harmonies of #61FBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FBA4

Black with #61FBA4

Text Example


Text Example

White with #61FBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,251,164); }

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

background-color css

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

 a { background-color: rgb(97,251,164); }

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

border-color css

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

 span { border-color: rgb(97,251,164); }

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