Shades of Aquamarine #69FCD2
Tints of Aquamarine #69FCD2
RGB
CMYK
RGB Variations
Color information
#69FCD2 (or 0x69FCD2) is known color: Aquamarine. HEX triplet: 69, FC and D2. RGB value is (105,252,210). Sum of RGB (Red+Green+Blue) = 105+252+210=567 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.52% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #69FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FCD2 is #96032D. Grayscale: #CBCBCB. Windows color (decimal): -9831214 or 13827177. OLE color: 13827177.
HSL color Cylindrical-coordinate representation of color #69FCD2: hue angle of 162.86º degrees, saturation: 0.96, 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 #69FCD2 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 252 | 210 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.01 |
| HSL | 162.86º | 0.96% | 0.7% | - |
| HSV(B) | 162.86º | 0.58% | 0.99% | - |
| XYZ | 52.27 | 77.28 | 73.13 | - |
| YUV | 203.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 252 | 210 | 0.58 | 0 | 0.17 | 0.01 | 162.86 | 0.96 | 0.7 |
| Hex | 69 | FC | D2 | 3A | 0 | 11 | 1 | A3 | 60 | 46 |
| Octal | 151 | 374 | 322 | 72 | 0 | 21 | 1 | 243 | 140 | 106 |
| Binary | 1101001 | 11111100 | 11010010 | 111010 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000110 |
Color Harmonies of #69FCD2
Complementary color
Monochromatic Colors of #69FCD2
Black with #69FCD2
Text Example
Text Example
White with #69FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FCD2; }
p { color: rgb(105,252,210); }
H1.HeaderClassName
{
color: #69FCD2;
}
.AnyTagClassName
{
color: #69FCD2;
}
</style>
background-color css
<style>
a { background-color: #69FCD2; }
a { background-color: rgb(105,252,210); }
div.DivClassName
{
background-color: #69FCD2;
}
.BgClassName
{
background-color: #69FCD2;
}
</style>
border-color css
<style>
span { border-color: #69FCD2; }
span { border-color: rgb(105,252,210); }
td.TdClassName
{
border-color: #69FCD2;
}
.TagClassName
{
border-color: #69FCD2;
}
</style>