Shades of Dark Sea Green #95BD8E
Tints of Dark Sea Green #95BD8E
RGB
CMYK
RGB Variations
Color information
#95BD8E (or 0x95BD8E) is known color: Dark Sea Green. HEX triplet: 95, BD and 8E. RGB value is (149,189,142). Sum of RGB (Red+Green+Blue) = 149+189+142=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD8E is #6A4271. Grayscale: #ABABAB. Windows color (decimal): -6963826 or 9354645. OLE color: 9354645.
HSL color Cylindrical-coordinate representation of color #95BD8E: hue angle of 111.06º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95BD8E is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 142 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.26 |
| HSL | 111.06º | 0.26% | 0.65% | - |
| HSV(B) | 111.06º | 0.25% | 0.74% | - |
| XYZ | 35.47 | 44.74 | 32.36 | - |
| YUV | 171.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 142 | 0.21 | 0 | 0.25 | 0.26 | 111.06 | 0.26 | 0.65 |
| Hex | 95 | BD | 8E | 15 | 0 | 19 | 1A | 6F | 1A | 41 |
| Octal | 225 | 275 | 216 | 25 | 0 | 31 | 32 | 157 | 32 | 101 |
| Binary | 10010101 | 10111101 | 10001110 | 10101 | 0 | 11001 | 11010 | 1101111 | 11010 | 1000001 |
Color Harmonies of #95BD8E
Complementary color
Monochromatic Colors of #95BD8E
Black with #95BD8E
Text Example
Text Example
White with #95BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD8E; }
p { color: rgb(149,189,142); }
H1.HeaderClassName
{
color: #95BD8E;
}
.AnyTagClassName
{
color: #95BD8E;
}
</style>
background-color css
<style>
a { background-color: #95BD8E; }
a { background-color: rgb(149,189,142); }
div.DivClassName
{
background-color: #95BD8E;
}
.BgClassName
{
background-color: #95BD8E;
}
</style>
border-color css
<style>
span { border-color: #95BD8E; }
span { border-color: rgb(149,189,142); }
td.TdClassName
{
border-color: #95BD8E;
}
.TagClassName
{
border-color: #95BD8E;
}
</style>