Shades of Aquamarine #8CEECB
Tints of Aquamarine #8CEECB
RGB
CMYK
RGB Variations
Color information
#8CEECB (or 0x8CEECB) is known color: Aquamarine. HEX triplet: 8C, EE and CB. RGB value is (140,238,203). Sum of RGB (Red+Green+Blue) = 140+238+203=581 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.10% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEECB is #731134. Grayscale: #CCCCCC. Windows color (decimal): -7541045 or 13364876. OLE color: 13364876.
HSL color Cylindrical-coordinate representation of color #8CEECB: hue angle of 158.57º degrees, saturation: 0.74, 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 #8CEECB is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 203 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.07 |
| HSL | 158.57º | 0.74% | 0.74% | - |
| HSV(B) | 158.57º | 0.41% | 0.93% | - |
| XYZ | 52.17 | 71.04 | 67.46 | - |
| YUV | 204.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 203 | 0.41 | 0 | 0.15 | 0.07 | 158.57 | 0.74 | 0.74 |
| Hex | 8C | EE | CB | 29 | 0 | F | 7 | 9F | 4A | 4A |
| Octal | 214 | 356 | 313 | 51 | 0 | 17 | 7 | 237 | 112 | 112 |
| Binary | 10001100 | 11101110 | 11001011 | 101001 | 0 | 1111 | 111 | 10011111 | 1001010 | 1001010 |
Color Harmonies of #8CEECB
Complementary color
Monochromatic Colors of #8CEECB
Black with #8CEECB
Text Example
Text Example
White with #8CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEECB; }
p { color: rgb(140,238,203); }
H1.HeaderClassName
{
color: #8CEECB;
}
.AnyTagClassName
{
color: #8CEECB;
}
</style>
background-color css
<style>
a { background-color: #8CEECB; }
a { background-color: rgb(140,238,203); }
div.DivClassName
{
background-color: #8CEECB;
}
.BgClassName
{
background-color: #8CEECB;
}
</style>
border-color css
<style>
span { border-color: #8CEECB; }
span { border-color: rgb(140,238,203); }
td.TdClassName
{
border-color: #8CEECB;
}
.TagClassName
{
border-color: #8CEECB;
}
</style>