Shades of Dark Sea Green #99CA92
Tints of Dark Sea Green #99CA92
RGB
CMYK
RGB Variations
Color information
#99CA92 (or 0x99CA92) is known color: Dark Sea Green. HEX triplet: 99, CA and 92. RGB value is (153,202,146). Sum of RGB (Red+Green+Blue) = 153+202+146=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA92 is #66356D. Grayscale: #B5B5B5. Windows color (decimal): -6698350 or 9620121. OLE color: 9620121.
HSL color Cylindrical-coordinate representation of color #99CA92: hue angle of 112.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99CA92 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 146 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.21 |
| HSL | 112.5º | 0.35% | 0.68% | - |
| HSV(B) | 112.5º | 0.28% | 0.79% | - |
| XYZ | 39.45 | 51.09 | 34.98 | - |
| YUV | 180.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 146 | 0.24 | 0 | 0.28 | 0.21 | 112.5 | 0.35 | 0.68 |
| Hex | 99 | CA | 92 | 18 | 0 | 1C | 15 | 70 | 23 | 44 |
| Octal | 231 | 312 | 222 | 30 | 0 | 34 | 25 | 160 | 43 | 104 |
| Binary | 10011001 | 11001010 | 10010010 | 11000 | 0 | 11100 | 10101 | 1110000 | 100011 | 1000100 |
Color Harmonies of #99CA92
Complementary color
Monochromatic Colors of #99CA92
Black with #99CA92
Text Example
Text Example
White with #99CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA92; }
p { color: rgb(153,202,146); }
H1.HeaderClassName
{
color: #99CA92;
}
.AnyTagClassName
{
color: #99CA92;
}
</style>
background-color css
<style>
a { background-color: #99CA92; }
a { background-color: rgb(153,202,146); }
div.DivClassName
{
background-color: #99CA92;
}
.BgClassName
{
background-color: #99CA92;
}
</style>
border-color css
<style>
span { border-color: #99CA92; }
span { border-color: rgb(153,202,146); }
td.TdClassName
{
border-color: #99CA92;
}
.TagClassName
{
border-color: #99CA92;
}
</style>