Shades of Aquamarine #69FFCC
Tints of Aquamarine #69FFCC
RGB
CMYK
RGB Variations
Color information
#69FFCC (or 0x69FFCC) is known color: Aquamarine. HEX triplet: 69, FF and CC. RGB value is (105,255,204). Sum of RGB (Red+Green+Blue) = 105+255+204=564 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.62% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFCC is #960033. Grayscale: #CCCCCC. Windows color (decimal): -9830452 or 13434729. OLE color: 13434729.
HSL color Cylindrical-coordinate representation of color #69FFCC: hue angle of 159.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFCC is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 204 | - |
| CMYK | 0.59 | 0 | 0.2 | 0 |
| HSL | 159.6º | 1% | 0.71% | - |
| HSV(B) | 159.6º | 0.59% | 1% | - |
| XYZ | 52.48 | 78.88 | 69.59 | - |
| YUV | 204.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 204 | 0.59 | 0 | 0.2 | 0 | 159.6 | 1 | 0.71 |
| Hex | 69 | FF | CC | 3B | 0 | 14 | 0 | A0 | 64 | 47 |
| Octal | 151 | 377 | 314 | 73 | 0 | 24 | 0 | 240 | 144 | 107 |
| Binary | 1101001 | 11111111 | 11001100 | 111011 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000111 |
Color Harmonies of #69FFCC
Complementary color
Monochromatic Colors of #69FFCC
Black with #69FFCC
Text Example
Text Example
White with #69FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFCC; }
p { color: rgb(105,255,204); }
H1.HeaderClassName
{
color: #69FFCC;
}
.AnyTagClassName
{
color: #69FFCC;
}
</style>
background-color css
<style>
a { background-color: #69FFCC; }
a { background-color: rgb(105,255,204); }
div.DivClassName
{
background-color: #69FFCC;
}
.BgClassName
{
background-color: #69FFCC;
}
</style>
border-color css
<style>
span { border-color: #69FFCC; }
span { border-color: rgb(105,255,204); }
td.TdClassName
{
border-color: #69FFCC;
}
.TagClassName
{
border-color: #69FFCC;
}
</style>