Html Css Color HEX #61C9B5 Medium Aquamarine

📋 copy color: '#61C9B5'

red 97 ◦ green 201 ◦ blue 181

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

Shades of Medium Aquamarine #61C9B5

Tints of Medium Aquamarine #61C9B5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.96%

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 20.25%
G = 41.96%
B = 37.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#61C9B5 (or 0x61C9B5) is known color: Medium Aquamarine. HEX triplet: 61, C9 and B5. RGB value is (97,201,181). Sum of RGB (Red+Green+Blue) = 97+201+181=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9B5 is #9E364A. Grayscale: #A7A7A7. Windows color (decimal): -10368587 or 11913569. OLE color: 11913569.

HSL color Cylindrical-coordinate representation of color #61C9B5: hue angle of 168.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9B5 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 201 181 -
CMYK 0.52 0 0.10 0.21
HSL 168.46º 0.49% 0.58% -
HSV(B) 168.46º 0.52% 0.79% -
XYZ 34.16 47.65 51.11 -
YUV 167.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 97 201 181 0.52 0 0.10 0.21 168.46 0.49 0.58
Hex 61 C9 B5 34 0 A 15 A8 31 3A
Octal 141 311 265 64 0 12 25 250 61 72
Binary 1100001 11001001 10110101 110100 0 1010 10101 10101000 110001 111010

Color Harmonies of #61C9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C9B5

Black with #61C9B5

Text Example


Text Example

White with #61C9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,201,181); }

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

background-color css

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

 a { background-color: rgb(97,201,181); }

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

border-color css

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

 span { border-color: rgb(97,201,181); }

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