Shades of Aquamarine #90EFCB
Tints of Aquamarine #90EFCB
RGB
CMYK
RGB Variations
Color information
#90EFCB (or 0x90EFCB) is known color: Aquamarine. HEX triplet: 90, EF and CB. RGB value is (144,239,203). Sum of RGB (Red+Green+Blue) = 144+239+203=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFCB is #6F1034. Grayscale: #CECECE. Windows color (decimal): -7278645 or 13365136. OLE color: 13365136.
HSL color Cylindrical-coordinate representation of color #90EFCB: hue angle of 157.26º 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 #90EFCB is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 203 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.06 |
| HSL | 157.26º | 0.75% | 0.75% | - |
| HSV(B) | 157.26º | 0.4% | 0.94% | - |
| XYZ | 53.15 | 71.97 | 67.59 | - |
| YUV | 206.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 203 | 0.40 | 0 | 0.15 | 0.06 | 157.26 | 0.75 | 0.75 |
| Hex | 90 | EF | CB | 28 | 0 | F | 6 | 9D | 4B | 4B |
| Octal | 220 | 357 | 313 | 50 | 0 | 17 | 6 | 235 | 113 | 113 |
| Binary | 10010000 | 11101111 | 11001011 | 101000 | 0 | 1111 | 110 | 10011101 | 1001011 | 1001011 |
Color Harmonies of #90EFCB
Complementary color
Monochromatic Colors of #90EFCB
Black with #90EFCB
Text Example
Text Example
White with #90EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFCB; }
p { color: rgb(144,239,203); }
H1.HeaderClassName
{
color: #90EFCB;
}
.AnyTagClassName
{
color: #90EFCB;
}
</style>
background-color css
<style>
a { background-color: #90EFCB; }
a { background-color: rgb(144,239,203); }
div.DivClassName
{
background-color: #90EFCB;
}
.BgClassName
{
background-color: #90EFCB;
}
</style>
border-color css
<style>
span { border-color: #90EFCB; }
span { border-color: rgb(144,239,203); }
td.TdClassName
{
border-color: #90EFCB;
}
.TagClassName
{
border-color: #90EFCB;
}
</style>