Shades of Aquamarine #90EECF
Tints of Aquamarine #90EECF
RGB
CMYK
RGB Variations
Color information
#90EECF (or 0x90EECF) is known color: Aquamarine. HEX triplet: 90, EE and CF. RGB value is (144,238,207). Sum of RGB (Red+Green+Blue) = 144+238+207=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #90EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EECF is #6F1130. Grayscale: #CECECE. Windows color (decimal): -7278897 or 13627024. OLE color: 13627024.
HSL color Cylindrical-coordinate representation of color #90EECF: hue angle of 160.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EECF is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 207 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.07 |
| HSL | 160.21º | 0.73% | 0.75% | - |
| HSV(B) | 160.21º | 0.39% | 0.93% | - |
| XYZ | 53.34 | 71.58 | 70.04 | - |
| YUV | 206.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 207 | 0.39 | 0 | 0.13 | 0.07 | 160.21 | 0.73 | 0.75 |
| Hex | 90 | EE | CF | 27 | 0 | D | 7 | A0 | 49 | 4B |
| Octal | 220 | 356 | 317 | 47 | 0 | 15 | 7 | 240 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11001111 | 100111 | 0 | 1101 | 111 | 10100000 | 1001001 | 1001011 |
Color Harmonies of #90EECF
Complementary color
Monochromatic Colors of #90EECF
Black with #90EECF
Text Example
Text Example
White with #90EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EECF; }
p { color: rgb(144,238,207); }
H1.HeaderClassName
{
color: #90EECF;
}
.AnyTagClassName
{
color: #90EECF;
}
</style>
background-color css
<style>
a { background-color: #90EECF; }
a { background-color: rgb(144,238,207); }
div.DivClassName
{
background-color: #90EECF;
}
.BgClassName
{
background-color: #90EECF;
}
</style>
border-color css
<style>
span { border-color: #90EECF; }
span { border-color: rgb(144,238,207); }
td.TdClassName
{
border-color: #90EECF;
}
.TagClassName
{
border-color: #90EECF;
}
</style>