Shades of Dark Sea Green #95C09A
Tints of Dark Sea Green #95C09A
RGB
CMYK
RGB Variations
Color information
#95C09A (or 0x95C09A) is known color: Dark Sea Green. HEX triplet: 95, C0 and 9A. RGB value is (149,192,154). Sum of RGB (Red+Green+Blue) = 149+192+154=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #95C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C09A is #6A3F65. Grayscale: #AEAEAE. Windows color (decimal): -6963046 or 10141845. OLE color: 10141845.
HSL color Cylindrical-coordinate representation of color #95C09A: hue angle of 126.98º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C09A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 154 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.25 |
| HSL | 126.98º | 0.25% | 0.67% | - |
| HSV(B) | 126.98º | 0.22% | 0.75% | - |
| XYZ | 37.08 | 46.42 | 37.58 | - |
| YUV | 174.81 | 116.25 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 154 | 0.22 | 0 | 0.20 | 0.25 | 126.98 | 0.25 | 0.67 |
| Hex | 95 | C0 | 9A | 16 | 0 | 14 | 19 | 7F | 19 | 43 |
| Octal | 225 | 300 | 232 | 26 | 0 | 24 | 31 | 177 | 31 | 103 |
| Binary | 10010101 | 11000000 | 10011010 | 10110 | 0 | 10100 | 11001 | 1111111 | 11001 | 1000011 |
Color Harmonies of #95C09A
Complementary color
Monochromatic Colors of #95C09A
Black with #95C09A
Text Example
Text Example
White with #95C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C09A; }
p { color: rgb(149,192,154); }
H1.HeaderClassName
{
color: #95C09A;
}
.AnyTagClassName
{
color: #95C09A;
}
</style>
background-color css
<style>
a { background-color: #95C09A; }
a { background-color: rgb(149,192,154); }
div.DivClassName
{
background-color: #95C09A;
}
.BgClassName
{
background-color: #95C09A;
}
</style>
border-color css
<style>
span { border-color: #95C09A; }
span { border-color: rgb(149,192,154); }
td.TdClassName
{
border-color: #95C09A;
}
.TagClassName
{
border-color: #95C09A;
}
</style>