Shades of Aquamarine #90F7CB
Tints of Aquamarine #90F7CB
RGB
CMYK
RGB Variations
Color information
#90F7CB (or 0x90F7CB) is known color: Aquamarine. HEX triplet: 90, F7 and CB. RGB value is (144,247,203). Sum of RGB (Red+Green+Blue) = 144+247+203=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F7CB is #6F0834. Grayscale: #D3D3D3. Windows color (decimal): -7276597 or 13367184. OLE color: 13367184.
HSL color Cylindrical-coordinate representation of color #90F7CB: hue angle of 154.37º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7CB is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 203 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.03 |
| HSL | 154.37º | 0.87% | 0.77% | - |
| HSV(B) | 154.37º | 0.42% | 0.97% | - |
| XYZ | 55.54 | 76.76 | 68.39 | - |
| YUV | 211.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 203 | 0.42 | 0 | 0.18 | 0.03 | 154.37 | 0.87 | 0.77 |
| Hex | 90 | F7 | CB | 2A | 0 | 12 | 3 | 9A | 57 | 4D |
| Octal | 220 | 367 | 313 | 52 | 0 | 22 | 3 | 232 | 127 | 115 |
| Binary | 10010000 | 11110111 | 11001011 | 101010 | 0 | 10010 | 11 | 10011010 | 1010111 | 1001101 |
Color Harmonies of #90F7CB
Complementary color
Monochromatic Colors of #90F7CB
Black with #90F7CB
Text Example
Text Example
White with #90F7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F7CB; }
p { color: rgb(144,247,203); }
H1.HeaderClassName
{
color: #90F7CB;
}
.AnyTagClassName
{
color: #90F7CB;
}
</style>
background-color css
<style>
a { background-color: #90F7CB; }
a { background-color: rgb(144,247,203); }
div.DivClassName
{
background-color: #90F7CB;
}
.BgClassName
{
background-color: #90F7CB;
}
</style>
border-color css
<style>
span { border-color: #90F7CB; }
span { border-color: rgb(144,247,203); }
td.TdClassName
{
border-color: #90F7CB;
}
.TagClassName
{
border-color: #90F7CB;
}
</style>