Shades of Dark Sea Green #99BF9C
Tints of Dark Sea Green #99BF9C
RGB
CMYK
RGB Variations
Color information
#99BF9C (or 0x99BF9C) is known color: Dark Sea Green. HEX triplet: 99, BF and 9C. RGB value is (153,191,156). Sum of RGB (Red+Green+Blue) = 153+191+156=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF9C is #664063. Grayscale: #AFAFAF. Windows color (decimal): -6701156 or 10272665. OLE color: 10272665.
HSL color Cylindrical-coordinate representation of color #99BF9C: hue angle of 124.74º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99BF9C is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 156 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.25 |
| HSL | 124.74º | 0.23% | 0.67% | - |
| HSV(B) | 124.74º | 0.2% | 0.75% | - |
| XYZ | 37.77 | 46.43 | 38.42 | - |
| YUV | 175.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 156 | 0.20 | 0 | 0.18 | 0.25 | 124.74 | 0.23 | 0.67 |
| Hex | 99 | BF | 9C | 14 | 0 | 12 | 19 | 7D | 17 | 43 |
| Octal | 231 | 277 | 234 | 24 | 0 | 22 | 31 | 175 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10011100 | 10100 | 0 | 10010 | 11001 | 1111101 | 10111 | 1000011 |
Color Harmonies of #99BF9C
Complementary color
Monochromatic Colors of #99BF9C
Black with #99BF9C
Text Example
Text Example
White with #99BF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF9C; }
p { color: rgb(153,191,156); }
H1.HeaderClassName
{
color: #99BF9C;
}
.AnyTagClassName
{
color: #99BF9C;
}
</style>
background-color css
<style>
a { background-color: #99BF9C; }
a { background-color: rgb(153,191,156); }
div.DivClassName
{
background-color: #99BF9C;
}
.BgClassName
{
background-color: #99BF9C;
}
</style>
border-color css
<style>
span { border-color: #99BF9C; }
span { border-color: rgb(153,191,156); }
td.TdClassName
{
border-color: #99BF9C;
}
.TagClassName
{
border-color: #99BF9C;
}
</style>