Shades of Aquamarine #61FBB6
Tints of Aquamarine #61FBB6
RGB
CMYK
RGB Variations
Color information
#61FBB6 (or 0x61FBB6) is known color: Aquamarine. HEX triplet: 61, FB and B6. RGB value is (97,251,182). Sum of RGB (Red+Green+Blue) = 97+251+182=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 182 (71.48% from 255 or 34.34% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #61FBB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FBB6 is #9E0449. Grayscale: #C5C5C5. Windows color (decimal): -10355786 or 11991905. OLE color: 11991905.
HSL color Cylindrical-coordinate representation of color #61FBB6: hue angle of 153.12º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61FBB6 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 251 | 182 | - |
| CMYK | 0.61 | 0 | 0.27 | 0.02 |
| HSL | 153.12º | 0.95% | 0.68% | - |
| HSV(B) | 153.12º | 0.61% | 0.98% | - |
| XYZ | 47.87 | 74.91 | 56.19 | - |
| YUV | 197.09 | 119.48 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 251 | 182 | 0.61 | 0 | 0.27 | 0.02 | 153.12 | 0.95 | 0.68 |
| Hex | 61 | FB | B6 | 3D | 0 | 1B | 2 | 99 | 5F | 44 |
| Octal | 141 | 373 | 266 | 75 | 0 | 33 | 2 | 231 | 137 | 104 |
| Binary | 1100001 | 11111011 | 10110110 | 111101 | 0 | 11011 | 10 | 10011001 | 1011111 | 1000100 |
Color Harmonies of #61FBB6
Complementary color
Monochromatic Colors of #61FBB6
Black with #61FBB6
Text Example
Text Example
White with #61FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FBB6; }
p { color: rgb(97,251,182); }
H1.HeaderClassName
{
color: #61FBB6;
}
.AnyTagClassName
{
color: #61FBB6;
}
</style>
background-color css
<style>
a { background-color: #61FBB6; }
a { background-color: rgb(97,251,182); }
div.DivClassName
{
background-color: #61FBB6;
}
.BgClassName
{
background-color: #61FBB6;
}
</style>
border-color css
<style>
span { border-color: #61FBB6; }
span { border-color: rgb(97,251,182); }
td.TdClassName
{
border-color: #61FBB6;
}
.TagClassName
{
border-color: #61FBB6;
}
</style>