Shades of Dark Sea Green #9BC69C
Tints of Dark Sea Green #9BC69C
RGB
CMYK
RGB Variations
Color information
#9BC69C (or 0x9BC69C) is known color: Dark Sea Green. HEX triplet: 9B, C6 and 9C. RGB value is (155,198,156). Sum of RGB (Red+Green+Blue) = 155+198+156=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC69C is #643963. Grayscale: #B4B4B4. Windows color (decimal): -6568292 or 10274459. OLE color: 10274459.
HSL color Cylindrical-coordinate representation of color #9BC69C: hue angle of 121.4º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC69C is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 156 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.22 |
| HSL | 121.4º | 0.27% | 0.69% | - |
| HSV(B) | 121.4º | 0.22% | 0.78% | - |
| XYZ | 39.71 | 49.76 | 38.96 | - |
| YUV | 180.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 156 | 0.22 | 0 | 0.21 | 0.22 | 121.4 | 0.27 | 0.69 |
| Hex | 9B | C6 | 9C | 16 | 0 | 15 | 16 | 79 | 1B | 45 |
| Octal | 233 | 306 | 234 | 26 | 0 | 25 | 26 | 171 | 33 | 105 |
| Binary | 10011011 | 11000110 | 10011100 | 10110 | 0 | 10101 | 10110 | 1111001 | 11011 | 1000101 |
Color Harmonies of #9BC69C
Complementary color
Monochromatic Colors of #9BC69C
Black with #9BC69C
Text Example
Text Example
White with #9BC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC69C; }
p { color: rgb(155,198,156); }
H1.HeaderClassName
{
color: #9BC69C;
}
.AnyTagClassName
{
color: #9BC69C;
}
</style>
background-color css
<style>
a { background-color: #9BC69C; }
a { background-color: rgb(155,198,156); }
div.DivClassName
{
background-color: #9BC69C;
}
.BgClassName
{
background-color: #9BC69C;
}
</style>
border-color css
<style>
span { border-color: #9BC69C; }
span { border-color: rgb(155,198,156); }
td.TdClassName
{
border-color: #9BC69C;
}
.TagClassName
{
border-color: #9BC69C;
}
</style>