Shades of Aquamarine #93FCCB
Tints of Aquamarine #93FCCB
RGB
CMYK
RGB Variations
Color information
#93FCCB (or 0x93FCCB) is known color: Aquamarine. HEX triplet: 93, FC and CB. RGB value is (147,252,203). Sum of RGB (Red+Green+Blue) = 147+252+203=602 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.42% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCCB is #6C0334. Grayscale: #D7D7D7. Windows color (decimal): -7078709 or 13368467. OLE color: 13368467.
HSL color Cylindrical-coordinate representation of color #93FCCB: hue angle of 152º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCCB is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 203 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.01 |
| HSL | 152º | 0.95% | 0.78% | - |
| HSV(B) | 152º | 0.42% | 0.99% | - |
| XYZ | 57.62 | 80.14 | 68.93 | - |
| YUV | 215.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 203 | 0.42 | 0 | 0.19 | 0.01 | 152 | 0.95 | 0.78 |
| Hex | 93 | FC | CB | 2A | 0 | 13 | 1 | 98 | 5F | 4E |
| Octal | 223 | 374 | 313 | 52 | 0 | 23 | 1 | 230 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11001011 | 101010 | 0 | 10011 | 1 | 10011000 | 1011111 | 1001110 |
Color Harmonies of #93FCCB
Complementary color
Monochromatic Colors of #93FCCB
Black with #93FCCB
Text Example
Text Example
White with #93FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCCB; }
p { color: rgb(147,252,203); }
H1.HeaderClassName
{
color: #93FCCB;
}
.AnyTagClassName
{
color: #93FCCB;
}
</style>
background-color css
<style>
a { background-color: #93FCCB; }
a { background-color: rgb(147,252,203); }
div.DivClassName
{
background-color: #93FCCB;
}
.BgClassName
{
background-color: #93FCCB;
}
</style>
border-color css
<style>
span { border-color: #93FCCB; }
span { border-color: rgb(147,252,203); }
td.TdClassName
{
border-color: #93FCCB;
}
.TagClassName
{
border-color: #93FCCB;
}
</style>