Shades of Dark Sea Green #9BBC9A
Tints of Dark Sea Green #9BBC9A
RGB
CMYK
RGB Variations
Color information
#9BBC9A (or 0x9BBC9A) is known color: Dark Sea Green. HEX triplet: 9B, BC and 9A. RGB value is (155,188,154). Sum of RGB (Red+Green+Blue) = 155+188+154=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBC9A is #644365. Grayscale: #AEAEAE. Windows color (decimal): -6570854 or 10140827. OLE color: 10140827.
HSL color Cylindrical-coordinate representation of color #9BBC9A: hue angle of 118.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBC9A is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 154 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.26 |
| HSL | 118.24º | 0.2% | 0.67% | - |
| HSV(B) | 118.24º | 0.18% | 0.74% | - |
| XYZ | 37.33 | 45.27 | 37.34 | - |
| YUV | 174.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 154 | 0.18 | 0 | 0.18 | 0.26 | 118.24 | 0.2 | 0.67 |
| Hex | 9B | BC | 9A | 12 | 0 | 12 | 1A | 76 | 14 | 43 |
| Octal | 233 | 274 | 232 | 22 | 0 | 22 | 32 | 166 | 24 | 103 |
| Binary | 10011011 | 10111100 | 10011010 | 10010 | 0 | 10010 | 11010 | 1110110 | 10100 | 1000011 |
Color Harmonies of #9BBC9A
Complementary color
Monochromatic Colors of #9BBC9A
Black with #9BBC9A
Text Example
Text Example
White with #9BBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC9A; }
p { color: rgb(155,188,154); }
H1.HeaderClassName
{
color: #9BBC9A;
}
.AnyTagClassName
{
color: #9BBC9A;
}
</style>
background-color css
<style>
a { background-color: #9BBC9A; }
a { background-color: rgb(155,188,154); }
div.DivClassName
{
background-color: #9BBC9A;
}
.BgClassName
{
background-color: #9BBC9A;
}
</style>
border-color css
<style>
span { border-color: #9BBC9A; }
span { border-color: rgb(155,188,154); }
td.TdClassName
{
border-color: #9BBC9A;
}
.TagClassName
{
border-color: #9BBC9A;
}
</style>