Shades of Aquamarine #69FDC0
Tints of Aquamarine #69FDC0
RGB
CMYK
RGB Variations
Color information
#69FDC0 (or 0x69FDC0) is known color: Aquamarine. HEX triplet: 69, FD and C0. RGB value is (105,253,192). Sum of RGB (Red+Green+Blue) = 105+253+192=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FDC0 is #96023F. Grayscale: #C9C9C9. Windows color (decimal): -9830976 or 12647785. OLE color: 12647785.
HSL color Cylindrical-coordinate representation of color #69FDC0: hue angle of 155.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FDC0 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 192 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.01 |
| HSL | 155.27º | 0.97% | 0.7% | - |
| HSV(B) | 155.27º | 0.58% | 0.99% | - |
| XYZ | 50.47 | 77.06 | 62.08 | - |
| YUV | 201.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 192 | 0.58 | 0 | 0.24 | 0.01 | 155.27 | 0.97 | 0.7 |
| Hex | 69 | FD | C0 | 3A | 0 | 18 | 1 | 9B | 61 | 46 |
| Octal | 151 | 375 | 300 | 72 | 0 | 30 | 1 | 233 | 141 | 106 |
| Binary | 1101001 | 11111101 | 11000000 | 111010 | 0 | 11000 | 1 | 10011011 | 1100001 | 1000110 |
Color Harmonies of #69FDC0
Complementary color
Monochromatic Colors of #69FDC0
Black with #69FDC0
Text Example
Text Example
White with #69FDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDC0; }
p { color: rgb(105,253,192); }
H1.HeaderClassName
{
color: #69FDC0;
}
.AnyTagClassName
{
color: #69FDC0;
}
</style>
background-color css
<style>
a { background-color: #69FDC0; }
a { background-color: rgb(105,253,192); }
div.DivClassName
{
background-color: #69FDC0;
}
.BgClassName
{
background-color: #69FDC0;
}
</style>
border-color css
<style>
span { border-color: #69FDC0; }
span { border-color: rgb(105,253,192); }
td.TdClassName
{
border-color: #69FDC0;
}
.TagClassName
{
border-color: #69FDC0;
}
</style>