Shades of Aquamarine #8AEECB
Tints of Aquamarine #8AEECB
RGB
CMYK
RGB Variations
Color information
#8AEECB (or 0x8AEECB) is known color: Aquamarine. HEX triplet: 8A, EE and CB. RGB value is (138,238,203). Sum of RGB (Red+Green+Blue) = 138+238+203=579 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.83% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEECB is #751134. Grayscale: #CCCCCC. Windows color (decimal): -7672117 or 13364874. OLE color: 13364874.
HSL color Cylindrical-coordinate representation of color #8AEECB: hue angle of 159º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEECB is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 238 | 203 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.07 |
| HSL | 159º | 0.75% | 0.74% | - |
| HSV(B) | 159º | 0.42% | 0.93% | - |
| XYZ | 51.84 | 70.86 | 67.45 | - |
| YUV | 204.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 238 | 203 | 0.42 | 0 | 0.15 | 0.07 | 159 | 0.75 | 0.74 |
| Hex | 8A | EE | CB | 2A | 0 | F | 7 | 9F | 4B | 4A |
| Octal | 212 | 356 | 313 | 52 | 0 | 17 | 7 | 237 | 113 | 112 |
| Binary | 10001010 | 11101110 | 11001011 | 101010 | 0 | 1111 | 111 | 10011111 | 1001011 | 1001010 |
Color Harmonies of #8AEECB
Complementary color
Monochromatic Colors of #8AEECB
Black with #8AEECB
Text Example
Text Example
White with #8AEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEECB; }
p { color: rgb(138,238,203); }
H1.HeaderClassName
{
color: #8AEECB;
}
.AnyTagClassName
{
color: #8AEECB;
}
</style>
background-color css
<style>
a { background-color: #8AEECB; }
a { background-color: rgb(138,238,203); }
div.DivClassName
{
background-color: #8AEECB;
}
.BgClassName
{
background-color: #8AEECB;
}
</style>
border-color css
<style>
span { border-color: #8AEECB; }
span { border-color: rgb(138,238,203); }
td.TdClassName
{
border-color: #8AEECB;
}
.TagClassName
{
border-color: #8AEECB;
}
</style>