#61DFA5

Color #61DFA5 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #61DFA5

Tints of Medium Aquamarine #61DFA5

Color information

#61DFA5 (or 0x61DFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 61, DF and A5. RGB value is (97,223,165). Sum of RGB (Red+Green+Blue) = 97+223+165=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 165 (64.84% from 255 or 34.02% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DFA5 is #9E205A. Grayscale: #B2B2B2. Windows color (decimal): -10362971 or 10870625. OLE color: 10870625.

HSL color Cylindrical-coordinate representation of color #61DFA5: hue angle of 152.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFA5 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB97223165-
CMYK0.5700.260.13
HSL152.38º66.32%62.75%-
HSV(B)152.38º56.5%87.45%-
XYZ38.1158.0344.79-
YUV178.71120.2669.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 223 (87.5% from 255) = 45.98%
BLUE value IS 165 (64.84% from 255) = 34.02%
R=20%
G=45.98%
B=34.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal972231650.5700.260.13152.3866.3262.75
Hex61DFA53901AD98423f
Octal141337245710321523010277
Binary110000111011111101001011110010110101101100110001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61DFA5;
 }
 .AnyTagClassName
 {
   color: #61DFA5;
 }
</style>
background-color css

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

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

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

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

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

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