Shades of Aquamarine #8AF3DB
Tints of Aquamarine #8AF3DB
RGB
CMYK
RGB Variations
Color information
#8AF3DB (or 0x8AF3DB) is known color: Aquamarine. HEX triplet: 8A, F3 and DB. RGB value is (138,243,219). Sum of RGB (Red+Green+Blue) = 138+243+219=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF3DB is #750C24. Grayscale: #D0D0D0. Windows color (decimal): -7670821 or 14414730. OLE color: 14414730.
HSL color Cylindrical-coordinate representation of color #8AF3DB: hue angle of 166.29º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF3DB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 219 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.05 |
| HSL | 166.29º | 0.81% | 0.75% | - |
| HSV(B) | 166.29º | 0.43% | 0.95% | - |
| XYZ | 55.32 | 74.62 | 78.51 | - |
| YUV | 208.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 219 | 0.43 | 0 | 0.10 | 0.05 | 166.29 | 0.81 | 0.75 |
| Hex | 8A | F3 | DB | 2B | 0 | A | 5 | A6 | 51 | 4B |
| Octal | 212 | 363 | 333 | 53 | 0 | 12 | 5 | 246 | 121 | 113 |
| Binary | 10001010 | 11110011 | 11011011 | 101011 | 0 | 1010 | 101 | 10100110 | 1010001 | 1001011 |
Color Harmonies of #8AF3DB
Complementary color
Monochromatic Colors of #8AF3DB
Black with #8AF3DB
Text Example
Text Example
White with #8AF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF3DB; }
p { color: rgb(138,243,219); }
H1.HeaderClassName
{
color: #8AF3DB;
}
.AnyTagClassName
{
color: #8AF3DB;
}
</style>
background-color css
<style>
a { background-color: #8AF3DB; }
a { background-color: rgb(138,243,219); }
div.DivClassName
{
background-color: #8AF3DB;
}
.BgClassName
{
background-color: #8AF3DB;
}
</style>
border-color css
<style>
span { border-color: #8AF3DB; }
span { border-color: rgb(138,243,219); }
td.TdClassName
{
border-color: #8AF3DB;
}
.TagClassName
{
border-color: #8AF3DB;
}
</style>