Shades of Dark Sea Green #95C698
Tints of Dark Sea Green #95C698
RGB
CMYK
RGB Variations
Color information
#95C698 (or 0x95C698) is known color: Dark Sea Green. HEX triplet: 95, C6 and 98. RGB value is (149,198,152). Sum of RGB (Red+Green+Blue) = 149+198+152=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #95C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C698 is #6A3967. Grayscale: #B2B2B2. Windows color (decimal): -6961512 or 10012309. OLE color: 10012309.
HSL color Cylindrical-coordinate representation of color #95C698: hue angle of 123.67º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C698 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 152 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.22 |
| HSL | 123.67º | 0.3% | 0.68% | - |
| HSV(B) | 123.67º | 0.25% | 0.78% | - |
| XYZ | 38.26 | 49.04 | 37.16 | - |
| YUV | 178.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 152 | 0.25 | 0 | 0.23 | 0.22 | 123.67 | 0.3 | 0.68 |
| Hex | 95 | C6 | 98 | 19 | 0 | 17 | 16 | 7C | 1E | 44 |
| Octal | 225 | 306 | 230 | 31 | 0 | 27 | 26 | 174 | 36 | 104 |
| Binary | 10010101 | 11000110 | 10011000 | 11001 | 0 | 10111 | 10110 | 1111100 | 11110 | 1000100 |
Color Harmonies of #95C698
Complementary color
Monochromatic Colors of #95C698
Black with #95C698
Text Example
Text Example
White with #95C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C698; }
p { color: rgb(149,198,152); }
H1.HeaderClassName
{
color: #95C698;
}
.AnyTagClassName
{
color: #95C698;
}
</style>
background-color css
<style>
a { background-color: #95C698; }
a { background-color: rgb(149,198,152); }
div.DivClassName
{
background-color: #95C698;
}
.BgClassName
{
background-color: #95C698;
}
</style>
border-color css
<style>
span { border-color: #95C698; }
span { border-color: rgb(149,198,152); }
td.TdClassName
{
border-color: #95C698;
}
.TagClassName
{
border-color: #95C698;
}
</style>