Shades of Dark Sea Green #95C892
Tints of Dark Sea Green #95C892
RGB
CMYK
RGB Variations
Color information
#95C892 (or 0x95C892) is known color: Dark Sea Green. HEX triplet: 95, C8 and 92. RGB value is (149,200,146). Sum of RGB (Red+Green+Blue) = 149+200+146=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #95C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C892 is #6A376D. Grayscale: #B2B2B2. Windows color (decimal): -6961006 or 9619605. OLE color: 9619605.
HSL color Cylindrical-coordinate representation of color #95C892: hue angle of 116.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95C892 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 146 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.22 |
| HSL | 116.67º | 0.33% | 0.68% | - |
| HSV(B) | 116.67º | 0.27% | 0.78% | - |
| XYZ | 38.24 | 49.77 | 34.79 | - |
| YUV | 178.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 146 | 0.26 | 0 | 0.27 | 0.22 | 116.67 | 0.33 | 0.68 |
| Hex | 95 | C8 | 92 | 1A | 0 | 1B | 16 | 75 | 21 | 44 |
| Octal | 225 | 310 | 222 | 32 | 0 | 33 | 26 | 165 | 41 | 104 |
| Binary | 10010101 | 11001000 | 10010010 | 11010 | 0 | 11011 | 10110 | 1110101 | 100001 | 1000100 |
Color Harmonies of #95C892
Complementary color
Monochromatic Colors of #95C892
Black with #95C892
Text Example
Text Example
White with #95C892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C892; }
p { color: rgb(149,200,146); }
H1.HeaderClassName
{
color: #95C892;
}
.AnyTagClassName
{
color: #95C892;
}
</style>
background-color css
<style>
a { background-color: #95C892; }
a { background-color: rgb(149,200,146); }
div.DivClassName
{
background-color: #95C892;
}
.BgClassName
{
background-color: #95C892;
}
</style>
border-color css
<style>
span { border-color: #95C892; }
span { border-color: rgb(149,200,146); }
td.TdClassName
{
border-color: #95C892;
}
.TagClassName
{
border-color: #95C892;
}
</style>