Shades of Aquamarine #69FDB4
Tints of Aquamarine #69FDB4
RGB
CMYK
RGB Variations
Color information
#69FDB4 (or 0x69FDB4) is known color: Aquamarine. HEX triplet: 69, FD and B4. RGB value is (105,253,180). Sum of RGB (Red+Green+Blue) = 105+253+180=538 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.52% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #69FDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FDB4 is #96024B. Grayscale: #C8C8C8. Windows color (decimal): -9830988 or 11861353. OLE color: 11861353.
HSL color Cylindrical-coordinate representation of color #69FDB4: hue angle of 150.41º degrees, saturation: 0.97, 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 #69FDB4 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 253 | 180 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.01 |
| HSL | 150.41º | 0.97% | 0.7% | - |
| HSV(B) | 150.41º | 0.58% | 0.99% | - |
| XYZ | 49.19 | 76.55 | 55.36 | - |
| YUV | 200.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 253 | 180 | 0.58 | 0 | 0.29 | 0.01 | 150.41 | 0.97 | 0.7 |
| Hex | 69 | FD | B4 | 3A | 0 | 1D | 1 | 96 | 61 | 46 |
| Octal | 151 | 375 | 264 | 72 | 0 | 35 | 1 | 226 | 141 | 106 |
| Binary | 1101001 | 11111101 | 10110100 | 111010 | 0 | 11101 | 1 | 10010110 | 1100001 | 1000110 |
Color Harmonies of #69FDB4
Complementary color
Monochromatic Colors of #69FDB4
Black with #69FDB4
Text Example
Text Example
White with #69FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FDB4; }
p { color: rgb(105,253,180); }
H1.HeaderClassName
{
color: #69FDB4;
}
.AnyTagClassName
{
color: #69FDB4;
}
</style>
background-color css
<style>
a { background-color: #69FDB4; }
a { background-color: rgb(105,253,180); }
div.DivClassName
{
background-color: #69FDB4;
}
.BgClassName
{
background-color: #69FDB4;
}
</style>
border-color css
<style>
span { border-color: #69FDB4; }
span { border-color: rgb(105,253,180); }
td.TdClassName
{
border-color: #69FDB4;
}
.TagClassName
{
border-color: #69FDB4;
}
</style>