Shades of Aquamarine #69F1D9
Tints of Aquamarine #69F1D9
RGB
CMYK
RGB Variations
Color information
#69F1D9 (or 0x69F1D9) is known color: Aquamarine. HEX triplet: 69, F1 and D9. RGB value is (105,241,217). Sum of RGB (Red+Green+Blue) = 105+241+217=563 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.65% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #69F1D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F1D9 is #960E26. Grayscale: #C5C5C5. Windows color (decimal): -9834023 or 14283113. OLE color: 14283113.
HSL color Cylindrical-coordinate representation of color #69F1D9: hue angle of 169.41º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F1D9 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 241 | 217 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.05 |
| HSL | 169.41º | 0.83% | 0.68% | - |
| HSV(B) | 169.41º | 0.56% | 0.95% | - |
| XYZ | 49.81 | 70.92 | 76.71 | - |
| YUV | 197.6 | 138.94 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 241 | 217 | 0.56 | 0 | 0.10 | 0.05 | 169.41 | 0.83 | 0.68 |
| Hex | 69 | F1 | D9 | 38 | 0 | A | 5 | A9 | 53 | 44 |
| Octal | 151 | 361 | 331 | 70 | 0 | 12 | 5 | 251 | 123 | 104 |
| Binary | 1101001 | 11110001 | 11011001 | 111000 | 0 | 1010 | 101 | 10101001 | 1010011 | 1000100 |
Color Harmonies of #69F1D9
Complementary color
Monochromatic Colors of #69F1D9
Black with #69F1D9
Text Example
Text Example
White with #69F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F1D9; }
p { color: rgb(105,241,217); }
H1.HeaderClassName
{
color: #69F1D9;
}
.AnyTagClassName
{
color: #69F1D9;
}
</style>
background-color css
<style>
a { background-color: #69F1D9; }
a { background-color: rgb(105,241,217); }
div.DivClassName
{
background-color: #69F1D9;
}
.BgClassName
{
background-color: #69F1D9;
}
</style>
border-color css
<style>
span { border-color: #69F1D9; }
span { border-color: rgb(105,241,217); }
td.TdClassName
{
border-color: #69F1D9;
}
.TagClassName
{
border-color: #69F1D9;
}
</style>