Shades of Aquamarine #8BECDE
Tints of Aquamarine #8BECDE
RGB
CMYK
RGB Variations
Color information
#8BECDE (or 0x8BECDE) is known color: Aquamarine. HEX triplet: 8B, EC and DE. RGB value is (139,236,222). Sum of RGB (Red+Green+Blue) = 139+236+222=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #8BECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BECDE is #741321. Grayscale: #CDCDCD. Windows color (decimal): -7607074 or 14609547. OLE color: 14609547.
HSL color Cylindrical-coordinate representation of color #8BECDE: hue angle of 171.34º 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 #8BECDE is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 236 | 222 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.07 |
| HSL | 171.34º | 0.72% | 0.74% | - |
| HSV(B) | 171.34º | 0.41% | 0.93% | - |
| XYZ | 53.83 | 70.75 | 79.93 | - |
| YUV | 205.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 236 | 222 | 0.41 | 0 | 0.06 | 0.07 | 171.34 | 0.72 | 0.74 |
| Hex | 8B | EC | DE | 29 | 0 | 6 | 7 | AB | 48 | 4A |
| Octal | 213 | 354 | 336 | 51 | 0 | 6 | 7 | 253 | 110 | 112 |
| Binary | 10001011 | 11101100 | 11011110 | 101001 | 0 | 110 | 111 | 10101011 | 1001000 | 1001010 |
Color Harmonies of #8BECDE
Complementary color
Monochromatic Colors of #8BECDE
Black with #8BECDE
Text Example
Text Example
White with #8BECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BECDE; }
p { color: rgb(139,236,222); }
H1.HeaderClassName
{
color: #8BECDE;
}
.AnyTagClassName
{
color: #8BECDE;
}
</style>
background-color css
<style>
a { background-color: #8BECDE; }
a { background-color: rgb(139,236,222); }
div.DivClassName
{
background-color: #8BECDE;
}
.BgClassName
{
background-color: #8BECDE;
}
</style>
border-color css
<style>
span { border-color: #8BECDE; }
span { border-color: rgb(139,236,222); }
td.TdClassName
{
border-color: #8BECDE;
}
.TagClassName
{
border-color: #8BECDE;
}
</style>