Shades of Aquamarine #69F0CE
Tints of Aquamarine #69F0CE
RGB
CMYK
RGB Variations
Color information
#69F0CE (or 0x69F0CE) is known color: Aquamarine. HEX triplet: 69, F0 and CE. RGB value is (105,240,206). Sum of RGB (Red+Green+Blue) = 105+240+206=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #69F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F0CE is #960F31. Grayscale: #C3C3C3. Windows color (decimal): -9834290 or 13561961. OLE color: 13561961.
HSL color Cylindrical-coordinate representation of color #69F0CE: hue angle of 164.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F0CE is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 240 | 206 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.06 |
| HSL | 164.89º | 0.82% | 0.68% | - |
| HSV(B) | 164.89º | 0.56% | 0.94% | - |
| XYZ | 48.13 | 69.78 | 69.32 | - |
| YUV | 195.76 | 133.77 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 240 | 206 | 0.56 | 0 | 0.14 | 0.06 | 164.89 | 0.82 | 0.68 |
| Hex | 69 | F0 | CE | 38 | 0 | E | 6 | A5 | 52 | 44 |
| Octal | 151 | 360 | 316 | 70 | 0 | 16 | 6 | 245 | 122 | 104 |
| Binary | 1101001 | 11110000 | 11001110 | 111000 | 0 | 1110 | 110 | 10100101 | 1010010 | 1000100 |
Color Harmonies of #69F0CE
Complementary color
Monochromatic Colors of #69F0CE
Black with #69F0CE
Text Example
Text Example
White with #69F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F0CE; }
p { color: rgb(105,240,206); }
H1.HeaderClassName
{
color: #69F0CE;
}
.AnyTagClassName
{
color: #69F0CE;
}
</style>
background-color css
<style>
a { background-color: #69F0CE; }
a { background-color: rgb(105,240,206); }
div.DivClassName
{
background-color: #69F0CE;
}
.BgClassName
{
background-color: #69F0CE;
}
</style>
border-color css
<style>
span { border-color: #69F0CE; }
span { border-color: rgb(105,240,206); }
td.TdClassName
{
border-color: #69F0CE;
}
.TagClassName
{
border-color: #69F0CE;
}
</style>