Shades of Aquamarine #69F2BB
Tints of Aquamarine #69F2BB
RGB
CMYK
RGB Variations
Color information
#69F2BB (or 0x69F2BB) is known color: Aquamarine. HEX triplet: 69, F2 and BB. RGB value is (105,242,187). Sum of RGB (Red+Green+Blue) = 105+242+187=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #69F2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F2BB is #960D44. Grayscale: #C2C2C2. Windows color (decimal): -9833797 or 12317289. OLE color: 12317289.
HSL color Cylindrical-coordinate representation of color #69F2BB: hue angle of 155.91º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F2BB is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 242 | 187 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.05 |
| HSL | 155.91º | 0.84% | 0.68% | - |
| HSV(B) | 155.91º | 0.57% | 0.95% | - |
| XYZ | 46.55 | 70.1 | 58.09 | - |
| YUV | 194.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 242 | 187 | 0.57 | 0 | 0.23 | 0.05 | 155.91 | 0.84 | 0.68 |
| Hex | 69 | F2 | BB | 39 | 0 | 17 | 5 | 9C | 54 | 44 |
| Octal | 151 | 362 | 273 | 71 | 0 | 27 | 5 | 234 | 124 | 104 |
| Binary | 1101001 | 11110010 | 10111011 | 111001 | 0 | 10111 | 101 | 10011100 | 1010100 | 1000100 |
Color Harmonies of #69F2BB
Complementary color
Monochromatic Colors of #69F2BB
Black with #69F2BB
Text Example
Text Example
White with #69F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F2BB; }
p { color: rgb(105,242,187); }
H1.HeaderClassName
{
color: #69F2BB;
}
.AnyTagClassName
{
color: #69F2BB;
}
</style>
background-color css
<style>
a { background-color: #69F2BB; }
a { background-color: rgb(105,242,187); }
div.DivClassName
{
background-color: #69F2BB;
}
.BgClassName
{
background-color: #69F2BB;
}
</style>
border-color css
<style>
span { border-color: #69F2BB; }
span { border-color: rgb(105,242,187); }
td.TdClassName
{
border-color: #69F2BB;
}
.TagClassName
{
border-color: #69F2BB;
}
</style>