Shades of Dark Sea Green #99CA98
Tints of Dark Sea Green #99CA98
RGB
CMYK
RGB Variations
Color information
#99CA98 (or 0x99CA98) is known color: Dark Sea Green. HEX triplet: 99, CA and 98. RGB value is (153,202,152). Sum of RGB (Red+Green+Blue) = 153+202+152=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CA98 is #663567. Grayscale: #B5B5B5. Windows color (decimal): -6698344 or 10013337. OLE color: 10013337.
HSL color Cylindrical-coordinate representation of color #99CA98: hue angle of 118.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CA98 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 152 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.21 |
| HSL | 118.8º | 0.32% | 0.69% | - |
| HSV(B) | 118.8º | 0.25% | 0.79% | - |
| XYZ | 39.92 | 51.28 | 37.5 | - |
| YUV | 181.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 152 | 0.24 | 0 | 0.25 | 0.21 | 118.8 | 0.32 | 0.69 |
| Hex | 99 | CA | 98 | 18 | 0 | 19 | 15 | 77 | 20 | 45 |
| Octal | 231 | 312 | 230 | 30 | 0 | 31 | 25 | 167 | 40 | 105 |
| Binary | 10011001 | 11001010 | 10011000 | 11000 | 0 | 11001 | 10101 | 1110111 | 100000 | 1000101 |
Color Harmonies of #99CA98
Complementary color
Monochromatic Colors of #99CA98
Black with #99CA98
Text Example
Text Example
White with #99CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA98; }
p { color: rgb(153,202,152); }
H1.HeaderClassName
{
color: #99CA98;
}
.AnyTagClassName
{
color: #99CA98;
}
</style>
background-color css
<style>
a { background-color: #99CA98; }
a { background-color: rgb(153,202,152); }
div.DivClassName
{
background-color: #99CA98;
}
.BgClassName
{
background-color: #99CA98;
}
</style>
border-color css
<style>
span { border-color: #99CA98; }
span { border-color: rgb(153,202,152); }
td.TdClassName
{
border-color: #99CA98;
}
.TagClassName
{
border-color: #99CA98;
}
</style>