Shades of Aquamarine #90EFCC
Tints of Aquamarine #90EFCC
RGB
CMYK
RGB Variations
Color information
#90EFCC (or 0x90EFCC) is known color: Aquamarine. HEX triplet: 90, EF and CC. RGB value is (144,239,204). Sum of RGB (Red+Green+Blue) = 144+239+204=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFCC is #6F1033. Grayscale: #CECECE. Windows color (decimal): -7278644 or 13430672. OLE color: 13430672.
HSL color Cylindrical-coordinate representation of color #90EFCC: hue angle of 157.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFCC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 204 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.06 |
| HSL | 157.89º | 0.75% | 0.75% | - |
| HSV(B) | 157.89º | 0.4% | 0.94% | - |
| XYZ | 53.27 | 72.02 | 68.22 | - |
| YUV | 206.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 204 | 0.40 | 0 | 0.15 | 0.06 | 157.89 | 0.75 | 0.75 |
| Hex | 90 | EF | CC | 28 | 0 | F | 6 | 9E | 4B | 4B |
| Octal | 220 | 357 | 314 | 50 | 0 | 17 | 6 | 236 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11001100 | 101000 | 0 | 1111 | 110 | 10011110 | 1001011 | 1001011 |
Color Harmonies of #90EFCC
Complementary color
Monochromatic Colors of #90EFCC
Black with #90EFCC
Text Example
Text Example
White with #90EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFCC; }
p { color: rgb(144,239,204); }
H1.HeaderClassName
{
color: #90EFCC;
}
.AnyTagClassName
{
color: #90EFCC;
}
</style>
background-color css
<style>
a { background-color: #90EFCC; }
a { background-color: rgb(144,239,204); }
div.DivClassName
{
background-color: #90EFCC;
}
.BgClassName
{
background-color: #90EFCC;
}
</style>
border-color css
<style>
span { border-color: #90EFCC; }
span { border-color: rgb(144,239,204); }
td.TdClassName
{
border-color: #90EFCC;
}
.TagClassName
{
border-color: #90EFCC;
}
</style>