Shades of Aquamarine #90F2C6
Tints of Aquamarine #90F2C6
RGB
CMYK
RGB Variations
Color information
#90F2C6 (or 0x90F2C6) is known color: Aquamarine. HEX triplet: 90, F2 and C6. RGB value is (144,242,198). Sum of RGB (Red+Green+Blue) = 144+242+198=584 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.66% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2C6 is #6F0D39. Grayscale: #CFCFCF. Windows color (decimal): -7277882 or 13038224. OLE color: 13038224.
HSL color Cylindrical-coordinate representation of color #90F2C6: hue angle of 153.06º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2C6 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 198 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.05 |
| HSL | 153.06º | 0.79% | 0.76% | - |
| HSV(B) | 153.06º | 0.4% | 0.95% | - |
| XYZ | 53.45 | 73.51 | 64.8 | - |
| YUV | 207.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 198 | 0.40 | 0 | 0.18 | 0.05 | 153.06 | 0.79 | 0.76 |
| Hex | 90 | F2 | C6 | 28 | 0 | 12 | 5 | 99 | 4F | 4C |
| Octal | 220 | 362 | 306 | 50 | 0 | 22 | 5 | 231 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11000110 | 101000 | 0 | 10010 | 101 | 10011001 | 1001111 | 1001100 |
Color Harmonies of #90F2C6
Complementary color
Monochromatic Colors of #90F2C6
Black with #90F2C6
Text Example
Text Example
White with #90F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2C6; }
p { color: rgb(144,242,198); }
H1.HeaderClassName
{
color: #90F2C6;
}
.AnyTagClassName
{
color: #90F2C6;
}
</style>
background-color css
<style>
a { background-color: #90F2C6; }
a { background-color: rgb(144,242,198); }
div.DivClassName
{
background-color: #90F2C6;
}
.BgClassName
{
background-color: #90F2C6;
}
</style>
border-color css
<style>
span { border-color: #90F2C6; }
span { border-color: rgb(144,242,198); }
td.TdClassName
{
border-color: #90F2C6;
}
.TagClassName
{
border-color: #90F2C6;
}
</style>