Shades of Aquamarine #8BECDC
Tints of Aquamarine #8BECDC
RGB
CMYK
RGB Variations
Color information
#8BECDC (or 0x8BECDC) is known color: Aquamarine. HEX triplet: 8B, EC and DC. RGB value is (139,236,220). Sum of RGB (Red+Green+Blue) = 139+236+220=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECDC is #741323. Grayscale: #CDCDCD. Windows color (decimal): -7607076 or 14478475. OLE color: 14478475.
HSL color Cylindrical-coordinate representation of color #8BECDC: hue angle of 170.1º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BECDC is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 220 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.07 |
| HSL | 170.1º | 0.72% | 0.74% | - |
| HSV(B) | 170.1º | 0.41% | 0.93% | - |
| XYZ | 53.56 | 70.65 | 78.52 | - |
| YUV | 205.17 | 136.36 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 220 | 0.41 | 0 | 0.07 | 0.07 | 170.1 | 0.72 | 0.74 |
| Hex | 8B | EC | DC | 29 | 0 | 7 | 7 | AA | 48 | 4A |
| Octal | 213 | 354 | 334 | 51 | 0 | 7 | 7 | 252 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11011100 | 101001 | 0 | 111 | 111 | 10101010 | 1001000 | 1001010 |
Color Harmonies of #8BECDC
Complementary color
Monochromatic Colors of #8BECDC
Black with #8BECDC
Text Example
Text Example
White with #8BECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECDC; }
p { color: rgb(139,236,220); }
H1.HeaderClassName
{
color: #8BECDC;
}
.AnyTagClassName
{
color: #8BECDC;
}
</style>
background-color css
<style>
a { background-color: #8BECDC; }
a { background-color: rgb(139,236,220); }
div.DivClassName
{
background-color: #8BECDC;
}
.BgClassName
{
background-color: #8BECDC;
}
</style>
border-color css
<style>
span { border-color: #8BECDC; }
span { border-color: rgb(139,236,220); }
td.TdClassName
{
border-color: #8BECDC;
}
.TagClassName
{
border-color: #8BECDC;
}
</style>