Shades of Aquamarine #69FFBB
Tints of Aquamarine #69FFBB
RGB
CMYK
RGB Variations
Color information
#69FFBB (or 0x69FFBB) is known color: Aquamarine. HEX triplet: 69, FF and BB. RGB value is (105,255,187). Sum of RGB (Red+Green+Blue) = 105+255+187=547 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.20% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFBB is #960044. Grayscale: #CACACA. Windows color (decimal): -9830469 or 12320617. OLE color: 12320617.
HSL color Cylindrical-coordinate representation of color #69FFBB: hue angle of 152.8º 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 #69FFBB is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 255 | 187 | - |
| CMYK | 0.59 | 0 | 0.27 | 0 |
| HSL | 152.8º | 1% | 0.71% | - |
| HSV(B) | 152.8º | 0.59% | 1% | - |
| XYZ | 50.56 | 78.11 | 59.43 | - |
| YUV | 202.4 | 119.31 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 255 | 187 | 0.59 | 0 | 0.27 | 0 | 152.8 | 1 | 0.71 |
| Hex | 69 | FF | BB | 3B | 0 | 1B | 0 | 99 | 64 | 47 |
| Octal | 151 | 377 | 273 | 73 | 0 | 33 | 0 | 231 | 144 | 107 |
| Binary | 1101001 | 11111111 | 10111011 | 111011 | 0 | 11011 | 0 | 10011001 | 1100100 | 1000111 |
Color Harmonies of #69FFBB
Complementary color
Monochromatic Colors of #69FFBB
Black with #69FFBB
Text Example
Text Example
White with #69FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FFBB; }
p { color: rgb(105,255,187); }
H1.HeaderClassName
{
color: #69FFBB;
}
.AnyTagClassName
{
color: #69FFBB;
}
</style>
background-color css
<style>
a { background-color: #69FFBB; }
a { background-color: rgb(105,255,187); }
div.DivClassName
{
background-color: #69FFBB;
}
.BgClassName
{
background-color: #69FFBB;
}
</style>
border-color css
<style>
span { border-color: #69FFBB; }
span { border-color: rgb(105,255,187); }
td.TdClassName
{
border-color: #69FFBB;
}
.TagClassName
{
border-color: #69FFBB;
}
</style>