Shades of Dark Sea Green #95C990
Tints of Dark Sea Green #95C990
RGB
CMYK
RGB Variations
Color information
#95C990 (or 0x95C990) is known color: Dark Sea Green. HEX triplet: 95, C9 and 90. RGB value is (149,201,144). Sum of RGB (Red+Green+Blue) = 149+201+144=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #95C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C990 is #6A366F. Grayscale: #B3B3B3. Windows color (decimal): -6960752 or 9488789. OLE color: 9488789.
HSL color Cylindrical-coordinate representation of color #95C990: hue angle of 114.74º 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 #95C990 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 144 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.21 |
| HSL | 114.74º | 0.35% | 0.68% | - |
| HSV(B) | 114.74º | 0.28% | 0.79% | - |
| XYZ | 38.32 | 50.18 | 34.05 | - |
| YUV | 178.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 144 | 0.26 | 0 | 0.28 | 0.21 | 114.74 | 0.35 | 0.68 |
| Hex | 95 | C9 | 90 | 1A | 0 | 1C | 15 | 73 | 23 | 44 |
| Octal | 225 | 311 | 220 | 32 | 0 | 34 | 25 | 163 | 43 | 104 |
| Binary | 10010101 | 11001001 | 10010000 | 11010 | 0 | 11100 | 10101 | 1110011 | 100011 | 1000100 |
Color Harmonies of #95C990
Complementary color
Monochromatic Colors of #95C990
Black with #95C990
Text Example
Text Example
White with #95C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C990; }
p { color: rgb(149,201,144); }
H1.HeaderClassName
{
color: #95C990;
}
.AnyTagClassName
{
color: #95C990;
}
</style>
background-color css
<style>
a { background-color: #95C990; }
a { background-color: rgb(149,201,144); }
div.DivClassName
{
background-color: #95C990;
}
.BgClassName
{
background-color: #95C990;
}
</style>
border-color css
<style>
span { border-color: #95C990; }
span { border-color: rgb(149,201,144); }
td.TdClassName
{
border-color: #95C990;
}
.TagClassName
{
border-color: #95C990;
}
</style>