Shades of Dark Sea Green #99C09C
Tints of Dark Sea Green #99C09C
RGB
CMYK
RGB Variations
Color information
#99C09C (or 0x99C09C) is known color: Dark Sea Green. HEX triplet: 99, C0 and 9C. RGB value is (153,192,156). Sum of RGB (Red+Green+Blue) = 153+192+156=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #99C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C09C is #663F63. Grayscale: #B0B0B0. Windows color (decimal): -6700900 or 10272921. OLE color: 10272921.
HSL color Cylindrical-coordinate representation of color #99C09C: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99C09C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 192 | 156 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.25 |
| HSL | 124.62º | 0.24% | 0.68% | - |
| HSV(B) | 124.62º | 0.2% | 0.75% | - |
| XYZ | 37.99 | 46.87 | 38.5 | - |
| YUV | 176.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 156 | 0.20 | 0 | 0.19 | 0.25 | 124.62 | 0.24 | 0.68 |
| Hex | 99 | C0 | 9C | 14 | 0 | 13 | 19 | 7D | 18 | 44 |
| Octal | 231 | 300 | 234 | 24 | 0 | 23 | 31 | 175 | 30 | 104 |
| Binary | 10011001 | 11000000 | 10011100 | 10100 | 0 | 10011 | 11001 | 1111101 | 11000 | 1000100 |
Color Harmonies of #99C09C
Complementary color
Monochromatic Colors of #99C09C
Black with #99C09C
Text Example
Text Example
White with #99C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C09C; }
p { color: rgb(153,192,156); }
H1.HeaderClassName
{
color: #99C09C;
}
.AnyTagClassName
{
color: #99C09C;
}
</style>
background-color css
<style>
a { background-color: #99C09C; }
a { background-color: rgb(153,192,156); }
div.DivClassName
{
background-color: #99C09C;
}
.BgClassName
{
background-color: #99C09C;
}
</style>
border-color css
<style>
span { border-color: #99C09C; }
span { border-color: rgb(153,192,156); }
td.TdClassName
{
border-color: #99C09C;
}
.TagClassName
{
border-color: #99C09C;
}
</style>