Shades of Dark Sea Green #95C088
Tints of Dark Sea Green #95C088
RGB
CMYK
RGB Variations
Color information
#95C088 (or 0x95C088) is known color: Dark Sea Green. HEX triplet: 95, C0 and 88. RGB value is (149,192,136). Sum of RGB (Red+Green+Blue) = 149+192+136=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 192 - color contains mainly: green. Hex color #95C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C088 is #6A3F77. Grayscale: #ACACAC. Windows color (decimal): -6963064 or 8962197. OLE color: 8962197.
HSL color Cylindrical-coordinate representation of color #95C088: hue angle of 106.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C088 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 136 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.25 |
| HSL | 106.07º | 0.31% | 0.64% | - |
| HSV(B) | 106.07º | 0.29% | 0.75% | - |
| XYZ | 35.69 | 45.87 | 30.26 | - |
| YUV | 172.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 136 | 0.22 | 0 | 0.29 | 0.25 | 106.07 | 0.31 | 0.64 |
| Hex | 95 | C0 | 88 | 16 | 0 | 1D | 19 | 6A | 1F | 40 |
| Octal | 225 | 300 | 210 | 26 | 0 | 35 | 31 | 152 | 37 | 100 |
| Binary | 10010101 | 11000000 | 10001000 | 10110 | 0 | 11101 | 11001 | 1101010 | 11111 | 1000000 |
Color Harmonies of #95C088
Complementary color
Monochromatic Colors of #95C088
Black with #95C088
Text Example
Text Example
White with #95C088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C088; }
p { color: rgb(149,192,136); }
H1.HeaderClassName
{
color: #95C088;
}
.AnyTagClassName
{
color: #95C088;
}
</style>
background-color css
<style>
a { background-color: #95C088; }
a { background-color: rgb(149,192,136); }
div.DivClassName
{
background-color: #95C088;
}
.BgClassName
{
background-color: #95C088;
}
</style>
border-color css
<style>
span { border-color: #95C088; }
span { border-color: rgb(149,192,136); }
td.TdClassName
{
border-color: #95C088;
}
.TagClassName
{
border-color: #95C088;
}
</style>