Html Css Color HEX #61FFAC Aquamarine

📋 copy color: '#61FFAC'

red 97 ◦ green 255 ◦ blue 172

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

Shades of Aquamarine #61FFAC

Tints of Aquamarine #61FFAC

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 18.51%
G = 48.66%
B = 32.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#61FFAC (or 0x61FFAC) is known color: Aquamarine. HEX triplet: 61, FF and AC. RGB value is (97,255,172). Sum of RGB (Red+Green+Blue) = 97+255+172=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFAC is #9E0053. Grayscale: #C6C6C6. Windows color (decimal): -10354772 or 11337569. OLE color: 11337569.

HSL color Cylindrical-coordinate representation of color #61FFAC: hue angle of 148.48º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFAC is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 172 -
CMYK 0.62 0 0.33 0
HSL 148.48º 1% 0.69% -
HSV(B) 148.48º 0.62% 1% -
XYZ 48.14 77.04 51.36 -
YUV 198.3 113.15 55.75 -
System Red Green Blue C M Y K H S L
Decimal 97 255 172 0.62 0 0.33 0 148.48 1 0.69
Hex 61 FF AC 3E 0 21 0 94 64 45
Octal 141 377 254 76 0 41 0 224 144 105
Binary 1100001 11111111 10101100 111110 0 100001 0 10010100 1100100 1000101

Color Harmonies of #61FFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFAC

Black with #61FFAC

Text Example


Text Example

White with #61FFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,255,172); }

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

background-color css

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

 a { background-color: rgb(97,255,172); }

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

border-color css

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

 span { border-color: rgb(97,255,172); }

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