Shades of Aquamarine #69F4C4
Tints of Aquamarine #69F4C4
RGB
CMYK
RGB Variations
Color information
#69F4C4 (or 0x69F4C4) is known color: Aquamarine. HEX triplet: 69, F4 and C4. RGB value is (105,244,196). Sum of RGB (Red+Green+Blue) = 105+244+196=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 244 - color contains mainly: green. Hex color #69F4C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69F4C4 is #960B3B. Grayscale: #C5C5C5. Windows color (decimal): -9833276 or 12907625. OLE color: 12907625.
HSL color Cylindrical-coordinate representation of color #69F4C4: hue angle of 159.28º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F4C4 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 244 | 196 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.04 |
| HSL | 159.28º | 0.86% | 0.68% | - |
| HSV(B) | 159.28º | 0.57% | 0.96% | - |
| XYZ | 48.14 | 71.69 | 63.52 | - |
| YUV | 196.97 | 127.45 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 244 | 196 | 0.57 | 0 | 0.20 | 0.04 | 159.28 | 0.86 | 0.68 |
| Hex | 69 | F4 | C4 | 39 | 0 | 14 | 4 | 9F | 56 | 44 |
| Octal | 151 | 364 | 304 | 71 | 0 | 24 | 4 | 237 | 126 | 104 |
| Binary | 1101001 | 11110100 | 11000100 | 111001 | 0 | 10100 | 100 | 10011111 | 1010110 | 1000100 |
Color Harmonies of #69F4C4
Complementary color
Monochromatic Colors of #69F4C4
Black with #69F4C4
Text Example
Text Example
White with #69F4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69F4C4; }
p { color: rgb(105,244,196); }
H1.HeaderClassName
{
color: #69F4C4;
}
.AnyTagClassName
{
color: #69F4C4;
}
</style>
background-color css
<style>
a { background-color: #69F4C4; }
a { background-color: rgb(105,244,196); }
div.DivClassName
{
background-color: #69F4C4;
}
.BgClassName
{
background-color: #69F4C4;
}
</style>
border-color css
<style>
span { border-color: #69F4C4; }
span { border-color: rgb(105,244,196); }
td.TdClassName
{
border-color: #69F4C4;
}
.TagClassName
{
border-color: #69F4C4;
}
</style>