Shades of Aquamarine #90EECB
Tints of Aquamarine #90EECB
RGB
CMYK
RGB Variations
Color information
#90EECB (or 0x90EECB) is known color: Aquamarine. HEX triplet: 90, EE and CB. RGB value is (144,238,203). Sum of RGB (Red+Green+Blue) = 144+238+203=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #90EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EECB is #6F1134. Grayscale: #CDCDCD. Windows color (decimal): -7278901 or 13364880. OLE color: 13364880.
HSL color Cylindrical-coordinate representation of color #90EECB: hue angle of 157.66º 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 #90EECB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 203 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.07 |
| HSL | 157.66º | 0.73% | 0.75% | - |
| HSV(B) | 157.66º | 0.39% | 0.93% | - |
| XYZ | 52.86 | 71.39 | 67.49 | - |
| YUV | 205.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 203 | 0.39 | 0 | 0.15 | 0.07 | 157.66 | 0.73 | 0.75 |
| Hex | 90 | EE | CB | 27 | 0 | F | 7 | 9E | 49 | 4B |
| Octal | 220 | 356 | 313 | 47 | 0 | 17 | 7 | 236 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11001011 | 100111 | 0 | 1111 | 111 | 10011110 | 1001001 | 1001011 |
Color Harmonies of #90EECB
Complementary color
Monochromatic Colors of #90EECB
Black with #90EECB
Text Example
Text Example
White with #90EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EECB; }
p { color: rgb(144,238,203); }
H1.HeaderClassName
{
color: #90EECB;
}
.AnyTagClassName
{
color: #90EECB;
}
</style>
background-color css
<style>
a { background-color: #90EECB; }
a { background-color: rgb(144,238,203); }
div.DivClassName
{
background-color: #90EECB;
}
.BgClassName
{
background-color: #90EECB;
}
</style>
border-color css
<style>
span { border-color: #90EECB; }
span { border-color: rgb(144,238,203); }
td.TdClassName
{
border-color: #90EECB;
}
.TagClassName
{
border-color: #90EECB;
}
</style>