Shades of Aquamarine #8BFCCD
Tints of Aquamarine #8BFCCD
RGB
CMYK
RGB Variations
Color information
#8BFCCD (or 0x8BFCCD) is known color: Aquamarine. HEX triplet: 8B, FC and CD. RGB value is (139,252,205). Sum of RGB (Red+Green+Blue) = 139+252+205=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BFCCD is #740332. Grayscale: #D4D4D4. Windows color (decimal): -7602995 or 13499531. OLE color: 13499531.
HSL color Cylindrical-coordinate representation of color #8BFCCD: hue angle of 155.04º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFCCD is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 205 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.01 |
| HSL | 155.04º | 0.95% | 0.77% | - |
| HSV(B) | 155.04º | 0.45% | 0.99% | - |
| XYZ | 56.48 | 79.52 | 70.13 | - |
| YUV | 212.86 | 123.56 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 205 | 0.45 | 0 | 0.19 | 0.01 | 155.04 | 0.95 | 0.77 |
| Hex | 8B | FC | CD | 2D | 0 | 13 | 1 | 9B | 5F | 4D |
| Octal | 213 | 374 | 315 | 55 | 0 | 23 | 1 | 233 | 137 | 115 |
| Binary | 10001011 | 11111100 | 11001101 | 101101 | 0 | 10011 | 1 | 10011011 | 1011111 | 1001101 |
Color Harmonies of #8BFCCD
Complementary color
Monochromatic Colors of #8BFCCD
Black with #8BFCCD
Text Example
Text Example
White with #8BFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFCCD; }
p { color: rgb(139,252,205); }
H1.HeaderClassName
{
color: #8BFCCD;
}
.AnyTagClassName
{
color: #8BFCCD;
}
</style>
background-color css
<style>
a { background-color: #8BFCCD; }
a { background-color: rgb(139,252,205); }
div.DivClassName
{
background-color: #8BFCCD;
}
.BgClassName
{
background-color: #8BFCCD;
}
</style>
border-color css
<style>
span { border-color: #8BFCCD; }
span { border-color: rgb(139,252,205); }
td.TdClassName
{
border-color: #8BFCCD;
}
.TagClassName
{
border-color: #8BFCCD;
}
</style>