Shades of Dark Sea Green #9CBE9F
Tints of Dark Sea Green #9CBE9F
RGB
CMYK
RGB Variations
Color information
#9CBE9F (or 0x9CBE9F) is known color: Dark Sea Green. HEX triplet: 9C, BE and 9F. RGB value is (156,190,159). Sum of RGB (Red+Green+Blue) = 156+190+159=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE9F is #634160. Grayscale: #B0B0B0. Windows color (decimal): -6504801 or 10469020. OLE color: 10469020.
HSL color Cylindrical-coordinate representation of color #9CBE9F: hue angle of 125.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBE9F is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 159 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.25 |
| HSL | 125.29º | 0.21% | 0.68% | - |
| HSV(B) | 125.29º | 0.18% | 0.75% | - |
| XYZ | 38.38 | 46.4 | 39.73 | - |
| YUV | 176.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 159 | 0.18 | 0 | 0.16 | 0.25 | 125.29 | 0.21 | 0.68 |
| Hex | 9C | BE | 9F | 12 | 0 | 10 | 19 | 7D | 15 | 44 |
| Octal | 234 | 276 | 237 | 22 | 0 | 20 | 31 | 175 | 25 | 104 |
| Binary | 10011100 | 10111110 | 10011111 | 10010 | 0 | 10000 | 11001 | 1111101 | 10101 | 1000100 |
Color Harmonies of #9CBE9F
Complementary color
Monochromatic Colors of #9CBE9F
Black with #9CBE9F
Text Example
Text Example
White with #9CBE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE9F; }
p { color: rgb(156,190,159); }
H1.HeaderClassName
{
color: #9CBE9F;
}
.AnyTagClassName
{
color: #9CBE9F;
}
</style>
background-color css
<style>
a { background-color: #9CBE9F; }
a { background-color: rgb(156,190,159); }
div.DivClassName
{
background-color: #9CBE9F;
}
.BgClassName
{
background-color: #9CBE9F;
}
</style>
border-color css
<style>
span { border-color: #9CBE9F; }
span { border-color: rgb(156,190,159); }
td.TdClassName
{
border-color: #9CBE9F;
}
.TagClassName
{
border-color: #9CBE9F;
}
</style>