Shades of Dark Sea Green #9BBD9D
Tints of Dark Sea Green #9BBD9D
RGB
CMYK
RGB Variations
Color information
#9BBD9D (or 0x9BBD9D) is known color: Dark Sea Green. HEX triplet: 9B, BD and 9D. RGB value is (155,189,157). Sum of RGB (Red+Green+Blue) = 155+189+157=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBD9D is #644262. Grayscale: #AFAFAF. Windows color (decimal): -6570595 or 10337691. OLE color: 10337691.
HSL color Cylindrical-coordinate representation of color #9BBD9D: hue angle of 123.53º 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 #9BBD9D is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 189 | 157 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.26 |
| HSL | 123.53º | 0.2% | 0.67% | - |
| HSV(B) | 123.53º | 0.18% | 0.74% | - |
| XYZ | 37.8 | 45.8 | 38.75 | - |
| YUV | 175.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 157 | 0.18 | 0 | 0.17 | 0.26 | 123.53 | 0.2 | 0.67 |
| Hex | 9B | BD | 9D | 12 | 0 | 11 | 1A | 7C | 14 | 43 |
| Octal | 233 | 275 | 235 | 22 | 0 | 21 | 32 | 174 | 24 | 103 |
| Binary | 10011011 | 10111101 | 10011101 | 10010 | 0 | 10001 | 11010 | 1111100 | 10100 | 1000011 |
Color Harmonies of #9BBD9D
Complementary color
Monochromatic Colors of #9BBD9D
Black with #9BBD9D
Text Example
Text Example
White with #9BBD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBD9D; }
p { color: rgb(155,189,157); }
H1.HeaderClassName
{
color: #9BBD9D;
}
.AnyTagClassName
{
color: #9BBD9D;
}
</style>
background-color css
<style>
a { background-color: #9BBD9D; }
a { background-color: rgb(155,189,157); }
div.DivClassName
{
background-color: #9BBD9D;
}
.BgClassName
{
background-color: #9BBD9D;
}
</style>
border-color css
<style>
span { border-color: #9BBD9D; }
span { border-color: rgb(155,189,157); }
td.TdClassName
{
border-color: #9BBD9D;
}
.TagClassName
{
border-color: #9BBD9D;
}
</style>