Shades of Dark Sea Green #99C69C
Tints of Dark Sea Green #99C69C
RGB
CMYK
RGB Variations
Color information
#99C69C (or 0x99C69C) is known color: Dark Sea Green. HEX triplet: 99, C6 and 9C. RGB value is (153,198,156). Sum of RGB (Red+Green+Blue) = 153+198+156=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #99C69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C69C is #663963. Grayscale: #B3B3B3. Windows color (decimal): -6699364 or 10274457. OLE color: 10274457.
HSL color Cylindrical-coordinate representation of color #99C69C: hue angle of 124º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C69C is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 198 | 156 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.22 |
| HSL | 124º | 0.28% | 0.69% | - |
| HSV(B) | 124º | 0.23% | 0.78% | - |
| XYZ | 39.33 | 49.56 | 38.95 | - |
| YUV | 179.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 198 | 156 | 0.23 | 0 | 0.21 | 0.22 | 124 | 0.28 | 0.69 |
| Hex | 99 | C6 | 9C | 17 | 0 | 15 | 16 | 7C | 1C | 45 |
| Octal | 231 | 306 | 234 | 27 | 0 | 25 | 26 | 174 | 34 | 105 |
| Binary | 10011001 | 11000110 | 10011100 | 10111 | 0 | 10101 | 10110 | 1111100 | 11100 | 1000101 |
Color Harmonies of #99C69C
Complementary color
Monochromatic Colors of #99C69C
Black with #99C69C
Text Example
Text Example
White with #99C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C69C; }
p { color: rgb(153,198,156); }
H1.HeaderClassName
{
color: #99C69C;
}
.AnyTagClassName
{
color: #99C69C;
}
</style>
background-color css
<style>
a { background-color: #99C69C; }
a { background-color: rgb(153,198,156); }
div.DivClassName
{
background-color: #99C69C;
}
.BgClassName
{
background-color: #99C69C;
}
</style>
border-color css
<style>
span { border-color: #99C69C; }
span { border-color: rgb(153,198,156); }
td.TdClassName
{
border-color: #99C69C;
}
.TagClassName
{
border-color: #99C69C;
}
</style>