Shades of Aquamarine #8BF5DE
Tints of Aquamarine #8BF5DE
RGB
CMYK
RGB Variations
Color information
#8BF5DE (or 0x8BF5DE) is known color: Aquamarine. HEX triplet: 8B, F5 and DE. RGB value is (139,245,222). Sum of RGB (Red+Green+Blue) = 139+245+222=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 245 (96.09% from 255 or 40.43% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 245 - color contains mainly: green. Hex color #8BF5DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF5DE is #740A21. Grayscale: #D2D2D2. Windows color (decimal): -7604770 or 14611851. OLE color: 14611851.
HSL color Cylindrical-coordinate representation of color #8BF5DE: hue angle of 166.98º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BF5DE is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 245 | 222 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.04 |
| HSL | 166.98º | 0.84% | 0.75% | - |
| HSV(B) | 166.98º | 0.43% | 0.96% | - |
| XYZ | 56.48 | 76.07 | 80.81 | - |
| YUV | 210.68 | 134.38 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 245 | 222 | 0.43 | 0 | 0.09 | 0.04 | 166.98 | 0.84 | 0.75 |
| Hex | 8B | F5 | DE | 2B | 0 | 9 | 4 | A7 | 54 | 4B |
| Octal | 213 | 365 | 336 | 53 | 0 | 11 | 4 | 247 | 124 | 113 |
| Binary | 10001011 | 11110101 | 11011110 | 101011 | 0 | 1001 | 100 | 10100111 | 1010100 | 1001011 |
Color Harmonies of #8BF5DE
Complementary color
Monochromatic Colors of #8BF5DE
Black with #8BF5DE
Text Example
Text Example
White with #8BF5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF5DE; }
p { color: rgb(139,245,222); }
H1.HeaderClassName
{
color: #8BF5DE;
}
.AnyTagClassName
{
color: #8BF5DE;
}
</style>
background-color css
<style>
a { background-color: #8BF5DE; }
a { background-color: rgb(139,245,222); }
div.DivClassName
{
background-color: #8BF5DE;
}
.BgClassName
{
background-color: #8BF5DE;
}
</style>
border-color css
<style>
span { border-color: #8BF5DE; }
span { border-color: rgb(139,245,222); }
td.TdClassName
{
border-color: #8BF5DE;
}
.TagClassName
{
border-color: #8BF5DE;
}
</style>