Html Css Color HEX #61FABA Aquamarine

📋 copy color: '#61FABA'

red 97 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #61FABA

Tints of Aquamarine #61FABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.9%

R = 18.2%
G = 46.9%
B = 34.9%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#61FABA (or 0x61FABA) is known color: Aquamarine. HEX triplet: 61, FA and BA. RGB value is (97,250,186). Sum of RGB (Red+Green+Blue) = 97+250+186=533 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.20% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #61FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FABA is #9E0545. Grayscale: #C5C5C5. Windows color (decimal): -10356038 or 12253793. OLE color: 12253793.

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

Color convert

RGB 97 250 186 -
CMYK 0.61 0 0.26 0.02
HSL 154.9º 0.94% 0.68% -
HSV(B) 154.9º 0.61% 0.98% -
XYZ 47.98 74.46 58.3 -
YUV 196.96 121.81 56.7 -
System Red Green Blue C M Y K H S L
Decimal 97 250 186 0.61 0 0.26 0.02 154.9 0.94 0.68
Hex 61 FA BA 3D 0 1A 2 9B 5E 44
Octal 141 372 272 75 0 32 2 233 136 104
Binary 1100001 11111010 10111010 111101 0 11010 10 10011011 1011110 1000100

Color Harmonies of #61FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FABA

Black with #61FABA

Text Example


Text Example

White with #61FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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