Html Css Color HEX #61C3A2 Medium Aquamarine

📋 copy color: '#61C3A2'

red 97 ◦ green 195 ◦ blue 162

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

Shades of Medium Aquamarine #61C3A2

Tints of Medium Aquamarine #61C3A2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 162 (63.67% from 255) = 35.68%

R = 21.37%
G = 42.95%
B = 35.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#61C3A2 (or 0x61C3A2) is known color: Medium Aquamarine. HEX triplet: 61, C3 and A2. RGB value is (97,195,162). Sum of RGB (Red+Green+Blue) = 97+195+162=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #61C3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C3A2 is #9E3C5D. Grayscale: #A1A1A1. Windows color (decimal): -10370142 or 10666849. OLE color: 10666849.

HSL color Cylindrical-coordinate representation of color #61C3A2: hue angle of 159.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C3A2 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 195 162 -
CMYK 0.50 0 0.17 0.24
HSL 159.8º 0.45% 0.57% -
HSV(B) 159.8º 0.5% 0.76% -
XYZ 30.97 44.18 41.08 -
YUV 161.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 97 195 162 0.50 0 0.17 0.24 159.8 0.45 0.57
Hex 61 C3 A2 32 0 11 18 A0 2D 39
Octal 141 303 242 62 0 21 30 240 55 71
Binary 1100001 11000011 10100010 110010 0 10001 11000 10100000 101101 111001

Color Harmonies of #61C3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C3A2

Black with #61C3A2

Text Example


Text Example

White with #61C3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,195,162); }

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

background-color css

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

 a { background-color: rgb(97,195,162); }

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

border-color css

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

 span { border-color: rgb(97,195,162); }

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