Shades of Dark Sea Green #9DBE9F
Tints of Dark Sea Green #9DBE9F
RGB
CMYK
RGB Variations
Color information
#9DBE9F (or 0x9DBE9F) is known color: Dark Sea Green. HEX triplet: 9D, BE and 9F. RGB value is (157,190,159). Sum of RGB (Red+Green+Blue) = 157+190+159=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE9F is #624160. Grayscale: #B0B0B0. Windows color (decimal): -6439265 or 10469021. OLE color: 10469021.
HSL color Cylindrical-coordinate representation of color #9DBE9F: hue angle of 123.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBE9F is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 159 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.25 |
| HSL | 123.64º | 0.2% | 0.68% | - |
| HSV(B) | 123.64º | 0.17% | 0.75% | - |
| XYZ | 38.58 | 46.5 | 39.74 | - |
| YUV | 176.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 159 | 0.17 | 0 | 0.16 | 0.25 | 123.64 | 0.2 | 0.68 |
| Hex | 9D | BE | 9F | 11 | 0 | 10 | 19 | 7C | 14 | 44 |
| Octal | 235 | 276 | 237 | 21 | 0 | 20 | 31 | 174 | 24 | 104 |
| Binary | 10011101 | 10111110 | 10011111 | 10001 | 0 | 10000 | 11001 | 1111100 | 10100 | 1000100 |
Color Harmonies of #9DBE9F
Complementary color
Monochromatic Colors of #9DBE9F
Black with #9DBE9F
Text Example
Text Example
White with #9DBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE9F; }
p { color: rgb(157,190,159); }
H1.HeaderClassName
{
color: #9DBE9F;
}
.AnyTagClassName
{
color: #9DBE9F;
}
</style>
background-color css
<style>
a { background-color: #9DBE9F; }
a { background-color: rgb(157,190,159); }
div.DivClassName
{
background-color: #9DBE9F;
}
.BgClassName
{
background-color: #9DBE9F;
}
</style>
border-color css
<style>
span { border-color: #9DBE9F; }
span { border-color: rgb(157,190,159); }
td.TdClassName
{
border-color: #9DBE9F;
}
.TagClassName
{
border-color: #9DBE9F;
}
</style>