Html Css Color HEX #61C6A5 Medium Aquamarine

📋 copy color: '#61C6A5'

red 97 ◦ green 198 ◦ blue 165

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

Shades of Medium Aquamarine #61C6A5

Tints of Medium Aquamarine #61C6A5

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.04%

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 21.09%
G = 43.04%
B = 35.87%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#61C6A5 (or 0x61C6A5) is known color: Medium Aquamarine. HEX triplet: 61, C6 and A5. RGB value is (97,198,165). Sum of RGB (Red+Green+Blue) = 97+198+165=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #61C6A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C6A5 is #9E395A. Grayscale: #A4A4A4. Windows color (decimal): -10369371 or 10864225. OLE color: 10864225.

HSL color Cylindrical-coordinate representation of color #61C6A5: hue angle of 160.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C6A5 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 198 165 -
CMYK 0.51 0 0.17 0.22
HSL 160.4º 0.47% 0.58% -
HSV(B) 160.4º 0.51% 0.78% -
XYZ 31.92 45.65 42.73 -
YUV 164.04 128.54 80.18 -
System Red Green Blue C M Y K H S L
Decimal 97 198 165 0.51 0 0.17 0.22 160.4 0.47 0.58
Hex 61 C6 A5 33 0 11 16 A0 2F 3A
Octal 141 306 245 63 0 21 26 240 57 72
Binary 1100001 11000110 10100101 110011 0 10001 10110 10100000 101111 111010

Color Harmonies of #61C6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C6A5

Black with #61C6A5

Text Example


Text Example

White with #61C6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,198,165); }

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

background-color css

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

 a { background-color: rgb(97,198,165); }

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

border-color css

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

 span { border-color: rgb(97,198,165); }

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