Shades of Dark Sea Green #99BF9A
Tints of Dark Sea Green #99BF9A
RGB
CMYK
RGB Variations
Color information
#99BF9A (or 0x99BF9A) is known color: Dark Sea Green. HEX triplet: 99, BF and 9A. RGB value is (153,191,154). Sum of RGB (Red+Green+Blue) = 153+191+154=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF9A is #664065. Grayscale: #AFAFAF. Windows color (decimal): -6701158 or 10141593. OLE color: 10141593.
HSL color Cylindrical-coordinate representation of color #99BF9A: hue angle of 121.58º 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 #99BF9A is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 154 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.25 |
| HSL | 121.58º | 0.23% | 0.67% | - |
| HSV(B) | 121.58º | 0.2% | 0.75% | - |
| XYZ | 37.6 | 46.37 | 37.54 | - |
| YUV | 175.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 154 | 0.20 | 0 | 0.19 | 0.25 | 121.58 | 0.23 | 0.67 |
| Hex | 99 | BF | 9A | 14 | 0 | 13 | 19 | 7A | 17 | 43 |
| Octal | 231 | 277 | 232 | 24 | 0 | 23 | 31 | 172 | 27 | 103 |
| Binary | 10011001 | 10111111 | 10011010 | 10100 | 0 | 10011 | 11001 | 1111010 | 10111 | 1000011 |
Color Harmonies of #99BF9A
Complementary color
Monochromatic Colors of #99BF9A
Black with #99BF9A
Text Example
Text Example
White with #99BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF9A; }
p { color: rgb(153,191,154); }
H1.HeaderClassName
{
color: #99BF9A;
}
.AnyTagClassName
{
color: #99BF9A;
}
</style>
background-color css
<style>
a { background-color: #99BF9A; }
a { background-color: rgb(153,191,154); }
div.DivClassName
{
background-color: #99BF9A;
}
.BgClassName
{
background-color: #99BF9A;
}
</style>
border-color css
<style>
span { border-color: #99BF9A; }
span { border-color: rgb(153,191,154); }
td.TdClassName
{
border-color: #99BF9A;
}
.TagClassName
{
border-color: #99BF9A;
}
</style>