Shades of Aquamarine #90FCCB
Tints of Aquamarine #90FCCB
RGB
CMYK
RGB Variations
Color information
#90FCCB (or 0x90FCCB) is known color: Aquamarine. HEX triplet: 90, FC and CB. RGB value is (144,252,203). Sum of RGB (Red+Green+Blue) = 144+252+203=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCCB is #6F0334. Grayscale: #D6D6D6. Windows color (decimal): -7275317 or 13368464. OLE color: 13368464.
HSL color Cylindrical-coordinate representation of color #90FCCB: hue angle of 152.78º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCCB is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 203 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.01 |
| HSL | 152.78º | 0.95% | 0.78% | - |
| HSV(B) | 152.78º | 0.43% | 0.99% | - |
| XYZ | 57.09 | 79.86 | 68.91 | - |
| YUV | 214.12 | 121.72 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 203 | 0.43 | 0 | 0.19 | 0.01 | 152.78 | 0.95 | 0.78 |
| Hex | 90 | FC | CB | 2B | 0 | 13 | 1 | 99 | 5F | 4E |
| Octal | 220 | 374 | 313 | 53 | 0 | 23 | 1 | 231 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11001011 | 101011 | 0 | 10011 | 1 | 10011001 | 1011111 | 1001110 |
Color Harmonies of #90FCCB
Complementary color
Monochromatic Colors of #90FCCB
Black with #90FCCB
Text Example
Text Example
White with #90FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCCB; }
p { color: rgb(144,252,203); }
H1.HeaderClassName
{
color: #90FCCB;
}
.AnyTagClassName
{
color: #90FCCB;
}
</style>
background-color css
<style>
a { background-color: #90FCCB; }
a { background-color: rgb(144,252,203); }
div.DivClassName
{
background-color: #90FCCB;
}
.BgClassName
{
background-color: #90FCCB;
}
</style>
border-color css
<style>
span { border-color: #90FCCB; }
span { border-color: rgb(144,252,203); }
td.TdClassName
{
border-color: #90FCCB;
}
.TagClassName
{
border-color: #90FCCB;
}
</style>