Shades of Aquamarine #8AEDCF
Tints of Aquamarine #8AEDCF
RGB
CMYK
RGB Variations
Color information
#8AEDCF (or 0x8AEDCF) is known color: Aquamarine. HEX triplet: 8A, ED and CF. RGB value is (138,237,207). Sum of RGB (Red+Green+Blue) = 138+237+207=582 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.71% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDCF is #751230. Grayscale: #CCCCCC. Windows color (decimal): -7672369 or 13626762. OLE color: 13626762.
HSL color Cylindrical-coordinate representation of color #8AEDCF: hue angle of 161.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEDCF is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 207 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.07 |
| HSL | 161.82º | 0.73% | 0.74% | - |
| HSV(B) | 161.82º | 0.42% | 0.93% | - |
| XYZ | 52.03 | 70.48 | 69.89 | - |
| YUV | 203.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 207 | 0.42 | 0 | 0.13 | 0.07 | 161.82 | 0.73 | 0.74 |
| Hex | 8A | ED | CF | 2A | 0 | D | 7 | A2 | 49 | 4A |
| Octal | 212 | 355 | 317 | 52 | 0 | 15 | 7 | 242 | 111 | 112 |
| Binary | 10001010 | 11101101 | 11001111 | 101010 | 0 | 1101 | 111 | 10100010 | 1001001 | 1001010 |
Color Harmonies of #8AEDCF
Complementary color
Monochromatic Colors of #8AEDCF
Black with #8AEDCF
Text Example
Text Example
White with #8AEDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEDCF; }
p { color: rgb(138,237,207); }
H1.HeaderClassName
{
color: #8AEDCF;
}
.AnyTagClassName
{
color: #8AEDCF;
}
</style>
background-color css
<style>
a { background-color: #8AEDCF; }
a { background-color: rgb(138,237,207); }
div.DivClassName
{
background-color: #8AEDCF;
}
.BgClassName
{
background-color: #8AEDCF;
}
</style>
border-color css
<style>
span { border-color: #8AEDCF; }
span { border-color: rgb(138,237,207); }
td.TdClassName
{
border-color: #8AEDCF;
}
.TagClassName
{
border-color: #8AEDCF;
}
</style>