Shades of Aquamarine #93FFCB
Tints of Aquamarine #93FFCB
RGB
CMYK
RGB Variations
Color information
#93FFCB (or 0x93FFCB) is known color: Aquamarine. HEX triplet: 93, FF and CB. RGB value is (147,255,203). Sum of RGB (Red+Green+Blue) = 147+255+203=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFCB is #6C0034. Grayscale: #D8D8D8. Windows color (decimal): -7077941 or 13369235. OLE color: 13369235.
HSL color Cylindrical-coordinate representation of color #93FFCB: hue angle of 151.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFCB is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 203 | - |
| CMYK | 0.42 | 0 | 0.20 | 0 |
| HSL | 151.11º | 1% | 0.79% | - |
| HSV(B) | 151.11º | 0.42% | 1% | - |
| XYZ | 58.57 | 82.03 | 69.25 | - |
| YUV | 216.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 203 | 0.42 | 0 | 0.20 | 0 | 151.11 | 1 | 0.79 |
| Hex | 93 | FF | CB | 2A | 0 | 14 | 0 | 97 | 64 | 4F |
| Octal | 223 | 377 | 313 | 52 | 0 | 24 | 0 | 227 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11001011 | 101010 | 0 | 10100 | 0 | 10010111 | 1100100 | 1001111 |
Color Harmonies of #93FFCB
Complementary color
Monochromatic Colors of #93FFCB
Black with #93FFCB
Text Example
Text Example
White with #93FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFCB; }
p { color: rgb(147,255,203); }
H1.HeaderClassName
{
color: #93FFCB;
}
.AnyTagClassName
{
color: #93FFCB;
}
</style>
background-color css
<style>
a { background-color: #93FFCB; }
a { background-color: rgb(147,255,203); }
div.DivClassName
{
background-color: #93FFCB;
}
.BgClassName
{
background-color: #93FFCB;
}
</style>
border-color css
<style>
span { border-color: #93FFCB; }
span { border-color: rgb(147,255,203); }
td.TdClassName
{
border-color: #93FFCB;
}
.TagClassName
{
border-color: #93FFCB;
}
</style>