Shades of Aquamarine #69FECF
Tints of Aquamarine #69FECF
RGB
CMYK
RGB Variations
Color information
#69FECF (or 0x69FECF) is known color: Aquamarine. HEX triplet: 69, FE and CF. RGB value is (105,254,207). Sum of RGB (Red+Green+Blue) = 105+254+207=566 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.55% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #69FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FECF is #960130. Grayscale: #CCCCCC. Windows color (decimal): -9830705 or 13631081. OLE color: 13631081.
HSL color Cylindrical-coordinate representation of color #69FECF: hue angle of 161.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FECF is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 254 | 207 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.00 |
| HSL | 161.07º | 0.99% | 0.7% | - |
| HSV(B) | 161.07º | 0.59% | 1% | - |
| XYZ | 52.53 | 78.39 | 71.39 | - |
| YUV | 204.09 | 129.64 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 254 | 207 | 0.59 | 0 | 0.19 | 0.00 | 161.07 | 0.99 | 0.7 |
| Hex | 69 | FE | CF | 3B | 0 | 13 | 0 | A1 | 63 | 46 |
| Octal | 151 | 376 | 317 | 73 | 0 | 23 | 0 | 241 | 143 | 106 |
| Binary | 1101001 | 11111110 | 11001111 | 111011 | 0 | 10011 | 0 | 10100001 | 1100011 | 1000110 |
Color Harmonies of #69FECF
Complementary color
Monochromatic Colors of #69FECF
Black with #69FECF
Text Example
Text Example
White with #69FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FECF; }
p { color: rgb(105,254,207); }
H1.HeaderClassName
{
color: #69FECF;
}
.AnyTagClassName
{
color: #69FECF;
}
</style>
background-color css
<style>
a { background-color: #69FECF; }
a { background-color: rgb(105,254,207); }
div.DivClassName
{
background-color: #69FECF;
}
.BgClassName
{
background-color: #69FECF;
}
</style>
border-color css
<style>
span { border-color: #69FECF; }
span { border-color: rgb(105,254,207); }
td.TdClassName
{
border-color: #69FECF;
}
.TagClassName
{
border-color: #69FECF;
}
</style>