Shades of Dark Sea Green #90AF91
Tints of Dark Sea Green #90AF91
RGB
CMYK
RGB Variations
Color information
#90AF91 (or 0x90AF91) is known color: Dark Sea Green. HEX triplet: 90, AF and 91. RGB value is (144,175,145). Sum of RGB (Red+Green+Blue) = 144+175+145=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #90AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AF91 is #6F506E. Grayscale: #A2A2A2. Windows color (decimal): -7295087 or 9547664. OLE color: 9547664.
HSL color Cylindrical-coordinate representation of color #90AF91: hue angle of 121.94º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AF91 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 175 | 145 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.31 |
| HSL | 121.94º | 0.16% | 0.63% | - |
| HSV(B) | 121.94º | 0.18% | 0.69% | - |
| XYZ | 31.94 | 38.63 | 32.56 | - |
| YUV | 162.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 175 | 145 | 0.18 | 0 | 0.17 | 0.31 | 121.94 | 0.16 | 0.63 |
| Hex | 90 | AF | 91 | 12 | 0 | 11 | 1F | 7A | 10 | 3F |
| Octal | 220 | 257 | 221 | 22 | 0 | 21 | 37 | 172 | 20 | 77 |
| Binary | 10010000 | 10101111 | 10010001 | 10010 | 0 | 10001 | 11111 | 1111010 | 10000 | 111111 |
Color Harmonies of #90AF91
Complementary color
Monochromatic Colors of #90AF91
Black with #90AF91
Text Example
Text Example
White with #90AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AF91; }
p { color: rgb(144,175,145); }
H1.HeaderClassName
{
color: #90AF91;
}
.AnyTagClassName
{
color: #90AF91;
}
</style>
background-color css
<style>
a { background-color: #90AF91; }
a { background-color: rgb(144,175,145); }
div.DivClassName
{
background-color: #90AF91;
}
.BgClassName
{
background-color: #90AF91;
}
</style>
border-color css
<style>
span { border-color: #90AF91; }
span { border-color: rgb(144,175,145); }
td.TdClassName
{
border-color: #90AF91;
}
.TagClassName
{
border-color: #90AF91;
}
</style>