Shades of Aquamarine #65F3C9
Tints of Aquamarine #65F3C9
RGB
CMYK
RGB Variations
Color information
#65F3C9 (or 0x65F3C9) is known color: Aquamarine. HEX triplet: 65, F3 and C9. RGB value is (101,243,201). Sum of RGB (Red+Green+Blue) = 101+243+201=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #65F3C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F3C9 is #9A0C36. Grayscale: #C3C3C3. Windows color (decimal): -10095671 or 13235045. OLE color: 13235045.
HSL color Cylindrical-coordinate representation of color #65F3C9: hue angle of 162.25º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F3C9 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 243 | 201 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.05 |
| HSL | 162.25º | 0.86% | 0.67% | - |
| HSV(B) | 162.25º | 0.58% | 0.95% | - |
| XYZ | 47.96 | 71.08 | 66.45 | - |
| YUV | 195.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 243 | 201 | 0.58 | 0 | 0.17 | 0.05 | 162.25 | 0.86 | 0.67 |
| Hex | 65 | F3 | C9 | 3A | 0 | 11 | 5 | A2 | 56 | 43 |
| Octal | 145 | 363 | 311 | 72 | 0 | 21 | 5 | 242 | 126 | 103 |
| Binary | 1100101 | 11110011 | 11001001 | 111010 | 0 | 10001 | 101 | 10100010 | 1010110 | 1000011 |
Color Harmonies of #65F3C9
Complementary color
Monochromatic Colors of #65F3C9
Black with #65F3C9
Text Example
Text Example
White with #65F3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F3C9; }
p { color: rgb(101,243,201); }
H1.HeaderClassName
{
color: #65F3C9;
}
.AnyTagClassName
{
color: #65F3C9;
}
</style>
background-color css
<style>
a { background-color: #65F3C9; }
a { background-color: rgb(101,243,201); }
div.DivClassName
{
background-color: #65F3C9;
}
.BgClassName
{
background-color: #65F3C9;
}
</style>
border-color css
<style>
span { border-color: #65F3C9; }
span { border-color: rgb(101,243,201); }
td.TdClassName
{
border-color: #65F3C9;
}
.TagClassName
{
border-color: #65F3C9;
}
</style>