Shades of Medium Aquamarine #61CDB3
Tints of Medium Aquamarine #61CDB3
RGB
CMYK
RGB Variations
Color information
#61CDB3 (or 0x61CDB3) is known color: Medium Aquamarine. HEX triplet: 61, CD and B3. RGB value is (97,205,179). Sum of RGB (Red+Green+Blue) = 97+205+179=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDB3 is #9E324C. Grayscale: #A9A9A9. Windows color (decimal): -10367565 or 11783521. OLE color: 11783521.
HSL color Cylindrical-coordinate representation of color #61CDB3: hue angle of 165.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDB3 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 205 | 179 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.20 |
| HSL | 165.56º | 0.52% | 0.59% | - |
| HSV(B) | 165.56º | 0.53% | 0.8% | - |
| XYZ | 34.9 | 49.46 | 50.36 | - |
| YUV | 169.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 205 | 179 | 0.53 | 0 | 0.13 | 0.20 | 165.56 | 0.52 | 0.59 |
| Hex | 61 | CD | B3 | 35 | 0 | D | 14 | A6 | 34 | 3B |
| Octal | 141 | 315 | 263 | 65 | 0 | 15 | 24 | 246 | 64 | 73 |
| Binary | 1100001 | 11001101 | 10110011 | 110101 | 0 | 1101 | 10100 | 10100110 | 110100 | 111011 |
Color Harmonies of #61CDB3
Complementary color
Monochromatic Colors of #61CDB3
Black with #61CDB3
Text Example
Text Example
White with #61CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CDB3; }
p { color: rgb(97,205,179); }
H1.HeaderClassName
{
color: #61CDB3;
}
.AnyTagClassName
{
color: #61CDB3;
}
</style>
background-color css
<style>
a { background-color: #61CDB3; }
a { background-color: rgb(97,205,179); }
div.DivClassName
{
background-color: #61CDB3;
}
.BgClassName
{
background-color: #61CDB3;
}
</style>
border-color css
<style>
span { border-color: #61CDB3; }
span { border-color: rgb(97,205,179); }
td.TdClassName
{
border-color: #61CDB3;
}
.TagClassName
{
border-color: #61CDB3;
}
</style>