Shades of Dark Sea Green #9BC09B
Tints of Dark Sea Green #9BC09B
RGB
CMYK
RGB Variations
Color information
#9BC09B (or 0x9BC09B) is known color: Dark Sea Green. HEX triplet: 9B, C0 and 9B. RGB value is (155,192,155). Sum of RGB (Red+Green+Blue) = 155+192+155=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC09B is #643F64. Grayscale: #B0B0B0. Windows color (decimal): -6569829 or 10207387. OLE color: 10207387.
HSL color Cylindrical-coordinate representation of color #9BC09B: hue angle of 120º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BC09B is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 155 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.25 |
| HSL | 120º | 0.23% | 0.68% | - |
| HSV(B) | 120º | 0.19% | 0.75% | - |
| XYZ | 38.28 | 47.03 | 38.07 | - |
| YUV | 176.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 155 | 0.19 | 0 | 0.19 | 0.25 | 120 | 0.23 | 0.68 |
| Hex | 9B | C0 | 9B | 13 | 0 | 13 | 19 | 78 | 17 | 44 |
| Octal | 233 | 300 | 233 | 23 | 0 | 23 | 31 | 170 | 27 | 104 |
| Binary | 10011011 | 11000000 | 10011011 | 10011 | 0 | 10011 | 11001 | 1111000 | 10111 | 1000100 |
Color Harmonies of #9BC09B
Complementary color
Monochromatic Colors of #9BC09B
Black with #9BC09B
Text Example
Text Example
White with #9BC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC09B; }
p { color: rgb(155,192,155); }
H1.HeaderClassName
{
color: #9BC09B;
}
.AnyTagClassName
{
color: #9BC09B;
}
</style>
background-color css
<style>
a { background-color: #9BC09B; }
a { background-color: rgb(155,192,155); }
div.DivClassName
{
background-color: #9BC09B;
}
.BgClassName
{
background-color: #9BC09B;
}
</style>
border-color css
<style>
span { border-color: #9BC09B; }
span { border-color: rgb(155,192,155); }
td.TdClassName
{
border-color: #9BC09B;
}
.TagClassName
{
border-color: #9BC09B;
}
</style>