Shades of Aquamarine #65F5BD
Tints of Aquamarine #65F5BD
RGB
CMYK
RGB Variations
Color information
#65F5BD (or 0x65F5BD) is known color: Aquamarine. HEX triplet: 65, F5 and BD. RGB value is (101,245,189). Sum of RGB (Red+Green+Blue) = 101+245+189=535 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.88% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5BD is #9A0A42. Grayscale: #C3C3C3. Windows color (decimal): -10095171 or 12449125. OLE color: 12449125.
HSL color Cylindrical-coordinate representation of color #65F5BD: hue angle of 156.67º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F5BD is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 101 | 245 | 189 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.04 |
| HSL | 156.67º | 0.88% | 0.68% | - |
| HSV(B) | 156.67º | 0.59% | 0.96% | - |
| XYZ | 47.2 | 71.75 | 59.5 | - |
| YUV | 195.56 | 124.29 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 245 | 189 | 0.59 | 0 | 0.23 | 0.04 | 156.67 | 0.88 | 0.68 |
| Hex | 65 | F5 | BD | 3B | 0 | 17 | 4 | 9D | 58 | 44 |
| Octal | 145 | 365 | 275 | 73 | 0 | 27 | 4 | 235 | 130 | 104 |
| Binary | 1100101 | 11110101 | 10111101 | 111011 | 0 | 10111 | 100 | 10011101 | 1011000 | 1000100 |
Color Harmonies of #65F5BD
Complementary color
Monochromatic Colors of #65F5BD
Black with #65F5BD
Text Example
Text Example
White with #65F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F5BD; }
p { color: rgb(101,245,189); }
H1.HeaderClassName
{
color: #65F5BD;
}
.AnyTagClassName
{
color: #65F5BD;
}
</style>
background-color css
<style>
a { background-color: #65F5BD; }
a { background-color: rgb(101,245,189); }
div.DivClassName
{
background-color: #65F5BD;
}
.BgClassName
{
background-color: #65F5BD;
}
</style>
border-color css
<style>
span { border-color: #65F5BD; }
span { border-color: rgb(101,245,189); }
td.TdClassName
{
border-color: #65F5BD;
}
.TagClassName
{
border-color: #65F5BD;
}
</style>