Shades of Aquamarine #8FF3CB
Tints of Aquamarine #8FF3CB
RGB
CMYK
RGB Variations
Color information
#8FF3CB (or 0x8FF3CB) is known color: Aquamarine. HEX triplet: 8F, F3 and CB. RGB value is (143,243,203). Sum of RGB (Red+Green+Blue) = 143+243+203=589 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.28% from 589); Green value is 243 (95.31% from 255 or 41.26% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 243 - color contains mainly: green. Hex color #8FF3CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF3CB is #700C34. Grayscale: #D0D0D0. Windows color (decimal): -7343157 or 13366159. OLE color: 13366159.
HSL color Cylindrical-coordinate representation of color #8FF3CB: hue angle of 156º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF3CB is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 243 | 203 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.05 |
| HSL | 156º | 0.81% | 0.76% | - |
| HSV(B) | 156º | 0.41% | 0.95% | - |
| XYZ | 54.16 | 74.25 | 67.98 | - |
| YUV | 208.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 243 | 203 | 0.41 | 0 | 0.16 | 0.05 | 156 | 0.81 | 0.76 |
| Hex | 8F | F3 | CB | 29 | 0 | 10 | 5 | 9C | 51 | 4C |
| Octal | 217 | 363 | 313 | 51 | 0 | 20 | 5 | 234 | 121 | 114 |
| Binary | 10001111 | 11110011 | 11001011 | 101001 | 0 | 10000 | 101 | 10011100 | 1010001 | 1001100 |
Color Harmonies of #8FF3CB
Complementary color
Monochromatic Colors of #8FF3CB
Black with #8FF3CB
Text Example
Text Example
White with #8FF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF3CB; }
p { color: rgb(143,243,203); }
H1.HeaderClassName
{
color: #8FF3CB;
}
.AnyTagClassName
{
color: #8FF3CB;
}
</style>
background-color css
<style>
a { background-color: #8FF3CB; }
a { background-color: rgb(143,243,203); }
div.DivClassName
{
background-color: #8FF3CB;
}
.BgClassName
{
background-color: #8FF3CB;
}
</style>
border-color css
<style>
span { border-color: #8FF3CB; }
span { border-color: rgb(143,243,203); }
td.TdClassName
{
border-color: #8FF3CB;
}
.TagClassName
{
border-color: #8FF3CB;
}
</style>