Shades of Dark Sea Green #9BC999
Tints of Dark Sea Green #9BC999
RGB
CMYK
RGB Variations
Color information
#9BC999 (or 0x9BC999) is known color: Dark Sea Green. HEX triplet: 9B, C9 and 99. RGB value is (155,201,153). Sum of RGB (Red+Green+Blue) = 155+201+153=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC999 is #643666. Grayscale: #B5B5B5. Windows color (decimal): -6567527 or 10078619. OLE color: 10078619.
HSL color Cylindrical-coordinate representation of color #9BC999: hue angle of 117.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BC999 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 153 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.21 |
| HSL | 117.5º | 0.31% | 0.69% | - |
| HSV(B) | 117.5º | 0.24% | 0.79% | - |
| XYZ | 40.15 | 51.04 | 37.87 | - |
| YUV | 181.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 153 | 0.23 | 0 | 0.24 | 0.21 | 117.5 | 0.31 | 0.69 |
| Hex | 9B | C9 | 99 | 17 | 0 | 18 | 15 | 76 | 1F | 45 |
| Octal | 233 | 311 | 231 | 27 | 0 | 30 | 25 | 166 | 37 | 105 |
| Binary | 10011011 | 11001001 | 10011001 | 10111 | 0 | 11000 | 10101 | 1110110 | 11111 | 1000101 |
Color Harmonies of #9BC999
Complementary color
Monochromatic Colors of #9BC999
Black with #9BC999
Text Example
Text Example
White with #9BC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC999; }
p { color: rgb(155,201,153); }
H1.HeaderClassName
{
color: #9BC999;
}
.AnyTagClassName
{
color: #9BC999;
}
</style>
background-color css
<style>
a { background-color: #9BC999; }
a { background-color: rgb(155,201,153); }
div.DivClassName
{
background-color: #9BC999;
}
.BgClassName
{
background-color: #9BC999;
}
</style>
border-color css
<style>
span { border-color: #9BC999; }
span { border-color: rgb(155,201,153); }
td.TdClassName
{
border-color: #9BC999;
}
.TagClassName
{
border-color: #9BC999;
}
</style>