Html Css Color HEX #61D9B5 Medium Aquamarine

📋 copy color: '#61D9B5'

red 97 ◦ green 217 ◦ blue 181

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

Shades of Medium Aquamarine #61D9B5

Tints of Medium Aquamarine #61D9B5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 19.6%
G = 43.84%
B = 36.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#61D9B5 (or 0x61D9B5) is known color: Medium Aquamarine. HEX triplet: 61, D9 and B5. RGB value is (97,217,181). Sum of RGB (Red+Green+Blue) = 97+217+181=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #61D9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D9B5 is #9E264A. Grayscale: #B1B1B1. Windows color (decimal): -10364491 or 11917665. OLE color: 11917665.

HSL color Cylindrical-coordinate representation of color #61D9B5: hue angle of 162º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D9B5 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 217 181 -
CMYK 0.55 0 0.17 0.15
HSL 162º 0.61% 0.62% -
HSV(B) 162º 0.55% 0.85% -
XYZ 38.08 55.5 52.42 -
YUV 177.02 130.24 70.93 -
System Red Green Blue C M Y K H S L
Decimal 97 217 181 0.55 0 0.17 0.15 162 0.61 0.62
Hex 61 D9 B5 37 0 11 F A2 3D 3E
Octal 141 331 265 67 0 21 17 242 75 76
Binary 1100001 11011001 10110101 110111 0 10001 1111 10100010 111101 111110

Color Harmonies of #61D9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D9B5

Black with #61D9B5

Text Example


Text Example

White with #61D9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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