Shades of Aquamarine #69F5D5
Tints of Aquamarine #69F5D5
RGB
CMYK
RGB Variations
Color information
#69F5D5 (or 0x69F5D5) is known color: Aquamarine. HEX triplet: 69, F5 and D5. RGB value is (105,245,213). Sum of RGB (Red+Green+Blue) = 105+245+213=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #69F5D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F5D5 is #960A2A. Grayscale: #C7C7C7. Windows color (decimal): -9833003 or 14021993. OLE color: 14021993.
HSL color Cylindrical-coordinate representation of color #69F5D5: hue angle of 166.29º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F5D5 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 245 | 213 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.04 |
| HSL | 166.29º | 0.88% | 0.69% | - |
| HSV(B) | 166.29º | 0.57% | 0.96% | - |
| XYZ | 50.49 | 73.11 | 74.4 | - |
| YUV | 199.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 245 | 213 | 0.57 | 0 | 0.13 | 0.04 | 166.29 | 0.88 | 0.69 |
| Hex | 69 | F5 | D5 | 39 | 0 | D | 4 | A6 | 58 | 45 |
| Octal | 151 | 365 | 325 | 71 | 0 | 15 | 4 | 246 | 130 | 105 |
| Binary | 1101001 | 11110101 | 11010101 | 111001 | 0 | 1101 | 100 | 10100110 | 1011000 | 1000101 |
Color Harmonies of #69F5D5
Complementary color
Monochromatic Colors of #69F5D5
Black with #69F5D5
Text Example
Text Example
White with #69F5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F5D5; }
p { color: rgb(105,245,213); }
H1.HeaderClassName
{
color: #69F5D5;
}
.AnyTagClassName
{
color: #69F5D5;
}
</style>
background-color css
<style>
a { background-color: #69F5D5; }
a { background-color: rgb(105,245,213); }
div.DivClassName
{
background-color: #69F5D5;
}
.BgClassName
{
background-color: #69F5D5;
}
</style>
border-color css
<style>
span { border-color: #69F5D5; }
span { border-color: rgb(105,245,213); }
td.TdClassName
{
border-color: #69F5D5;
}
.TagClassName
{
border-color: #69F5D5;
}
</style>