Shades of Aquamarine #8AECDE
Tints of Aquamarine #8AECDE
RGB
CMYK
RGB Variations
Color information
#8AECDE (or 0x8AECDE) is known color: Aquamarine. HEX triplet: 8A, EC and DE. RGB value is (138,236,222). Sum of RGB (Red+Green+Blue) = 138+236+222=596 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.15% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECDE is #751321. Grayscale: #CDCDCD. Windows color (decimal): -7672610 or 14609546. OLE color: 14609546.
HSL color Cylindrical-coordinate representation of color #8AECDE: hue angle of 171.43º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AECDE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 236 | 222 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.07 |
| HSL | 171.43º | 0.72% | 0.73% | - |
| HSV(B) | 171.43º | 0.42% | 0.93% | - |
| XYZ | 53.66 | 70.67 | 79.92 | - |
| YUV | 205.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 236 | 222 | 0.42 | 0 | 0.06 | 0.07 | 171.43 | 0.72 | 0.73 |
| Hex | 8A | EC | DE | 2A | 0 | 6 | 7 | AB | 48 | 49 |
| Octal | 212 | 354 | 336 | 52 | 0 | 6 | 7 | 253 | 110 | 111 |
| Binary | 10001010 | 11101100 | 11011110 | 101010 | 0 | 110 | 111 | 10101011 | 1001000 | 1001001 |
Color Harmonies of #8AECDE
Complementary color
Monochromatic Colors of #8AECDE
Black with #8AECDE
Text Example
Text Example
White with #8AECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AECDE; }
p { color: rgb(138,236,222); }
H1.HeaderClassName
{
color: #8AECDE;
}
.AnyTagClassName
{
color: #8AECDE;
}
</style>
background-color css
<style>
a { background-color: #8AECDE; }
a { background-color: rgb(138,236,222); }
div.DivClassName
{
background-color: #8AECDE;
}
.BgClassName
{
background-color: #8AECDE;
}
</style>
border-color css
<style>
span { border-color: #8AECDE; }
span { border-color: rgb(138,236,222); }
td.TdClassName
{
border-color: #8AECDE;
}
.TagClassName
{
border-color: #8AECDE;
}
</style>