Html Css Color HEX #61FAAB Medium Aquamarine

📋 copy color: '#61FAAB'

red 97 ◦ green 250 ◦ blue 171

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

Shades of Medium Aquamarine #61FAAB

Tints of Medium Aquamarine #61FAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 18.73%
G = 48.26%
B = 33.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#61FAAB (or 0x61FAAB) is known color: Medium Aquamarine. HEX triplet: 61, FA and AB. RGB value is (97,250,171). Sum of RGB (Red+Green+Blue) = 97+250+171=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FAAB is #9E0554. Grayscale: #C3C3C3. Windows color (decimal): -10356053 or 11270753. OLE color: 11270753.

HSL color Cylindrical-coordinate representation of color #61FAAB: hue angle of 149.02º degrees, saturation: 0.94, 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 #61FAAB is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 250 171 -
CMYK 0.61 0 0.32 0.02
HSL 149.02º 0.94% 0.68% -
HSV(B) 149.02º 0.61% 0.98% -
XYZ 46.47 73.85 50.33 -
YUV 195.25 114.31 57.92 -
System Red Green Blue C M Y K H S L
Decimal 97 250 171 0.61 0 0.32 0.02 149.02 0.94 0.68
Hex 61 FA AB 3D 0 20 2 95 5E 44
Octal 141 372 253 75 0 40 2 225 136 104
Binary 1100001 11111010 10101011 111101 0 100000 10 10010101 1011110 1000100

Color Harmonies of #61FAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FAAB

Black with #61FAAB

Text Example


Text Example

White with #61FAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,250,171); }

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

background-color css

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

 a { background-color: rgb(97,250,171); }

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

border-color css

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

 span { border-color: rgb(97,250,171); }

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