Shades of Aquamarine #90F4CB
Tints of Aquamarine #90F4CB
RGB
CMYK
RGB Variations
Color information
#90F4CB (or 0x90F4CB) is known color: Aquamarine. HEX triplet: 90, F4 and CB. RGB value is (144,244,203). Sum of RGB (Red+Green+Blue) = 144+244+203=591 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.37% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4CB is #6F0B34. Grayscale: #D1D1D1. Windows color (decimal): -7277365 or 13366416. OLE color: 13366416.
HSL color Cylindrical-coordinate representation of color #90F4CB: hue angle of 155.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F4CB is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 203 | - |
| CMYK | 0.41 | 0 | 0.17 | 0.04 |
| HSL | 155.4º | 0.82% | 0.76% | - |
| HSV(B) | 155.4º | 0.41% | 0.96% | - |
| XYZ | 54.63 | 74.94 | 68.09 | - |
| YUV | 209.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 203 | 0.41 | 0 | 0.17 | 0.04 | 155.4 | 0.82 | 0.76 |
| Hex | 90 | F4 | CB | 29 | 0 | 11 | 4 | 9B | 52 | 4C |
| Octal | 220 | 364 | 313 | 51 | 0 | 21 | 4 | 233 | 122 | 114 |
| Binary | 10010000 | 11110100 | 11001011 | 101001 | 0 | 10001 | 100 | 10011011 | 1010010 | 1001100 |
Color Harmonies of #90F4CB
Complementary color
Monochromatic Colors of #90F4CB
Black with #90F4CB
Text Example
Text Example
White with #90F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F4CB; }
p { color: rgb(144,244,203); }
H1.HeaderClassName
{
color: #90F4CB;
}
.AnyTagClassName
{
color: #90F4CB;
}
</style>
background-color css
<style>
a { background-color: #90F4CB; }
a { background-color: rgb(144,244,203); }
div.DivClassName
{
background-color: #90F4CB;
}
.BgClassName
{
background-color: #90F4CB;
}
</style>
border-color css
<style>
span { border-color: #90F4CB; }
span { border-color: rgb(144,244,203); }
td.TdClassName
{
border-color: #90F4CB;
}
.TagClassName
{
border-color: #90F4CB;
}
</style>