Html Css Color HEX #61FFAD Aquamarine

📋 copy color: '#61FFAD'

red 97 ◦ green 255 ◦ blue 173

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

Shades of Aquamarine #61FFAD

Tints of Aquamarine #61FFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 18.48%
G = 48.57%
B = 32.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#61FFAD (or 0x61FFAD) is known color: Aquamarine. HEX triplet: 61, FF and AD. RGB value is (97,255,173). Sum of RGB (Red+Green+Blue) = 97+255+173=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61FFAD is #9E0052. Grayscale: #C6C6C6. Windows color (decimal): -10354771 or 11403105. OLE color: 11403105.

HSL color Cylindrical-coordinate representation of color #61FFAD: hue angle of 148.86º 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 #61FFAD is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 97 255 173 -
CMYK 0.62 0 0.32 0
HSL 148.86º 1% 0.69% -
HSV(B) 148.86º 0.62% 1% -
XYZ 48.23 77.08 51.87 -
YUV 198.41 113.65 55.67 -
System Red Green Blue C M Y K H S L
Decimal 97 255 173 0.62 0 0.32 0 148.86 1 0.69
Hex 61 FF AD 3E 0 20 0 95 64 45
Octal 141 377 255 76 0 40 0 225 144 105
Binary 1100001 11111111 10101101 111110 0 100000 0 10010101 1100100 1000101

Color Harmonies of #61FFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FFAD

Black with #61FFAD

Text Example


Text Example

White with #61FFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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