Shades of Dark Sea Green #93BF98
Tints of Dark Sea Green #93BF98
RGB
CMYK
RGB Variations
Color information
#93BF98 (or 0x93BF98) is known color: Dark Sea Green. HEX triplet: 93, BF and 98. RGB value is (147,191,152). Sum of RGB (Red+Green+Blue) = 147+191+152=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BF98 is #6C4067. Grayscale: #ADADAD. Windows color (decimal): -7094376 or 10010515. OLE color: 10010515.
HSL color Cylindrical-coordinate representation of color #93BF98: hue angle of 126.82º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93BF98 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 191 | 152 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.25 |
| HSL | 126.82º | 0.26% | 0.66% | - |
| HSV(B) | 126.82º | 0.23% | 0.75% | - |
| XYZ | 36.33 | 45.73 | 36.62 | - |
| YUV | 173.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 191 | 152 | 0.23 | 0 | 0.20 | 0.25 | 126.82 | 0.26 | 0.66 |
| Hex | 93 | BF | 98 | 17 | 0 | 14 | 19 | 7F | 1A | 42 |
| Octal | 223 | 277 | 230 | 27 | 0 | 24 | 31 | 177 | 32 | 102 |
| Binary | 10010011 | 10111111 | 10011000 | 10111 | 0 | 10100 | 11001 | 1111111 | 11010 | 1000010 |
Color Harmonies of #93BF98
Complementary color
Monochromatic Colors of #93BF98
Black with #93BF98
Text Example
Text Example
White with #93BF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BF98; }
p { color: rgb(147,191,152); }
H1.HeaderClassName
{
color: #93BF98;
}
.AnyTagClassName
{
color: #93BF98;
}
</style>
background-color css
<style>
a { background-color: #93BF98; }
a { background-color: rgb(147,191,152); }
div.DivClassName
{
background-color: #93BF98;
}
.BgClassName
{
background-color: #93BF98;
}
</style>
border-color css
<style>
span { border-color: #93BF98; }
span { border-color: rgb(147,191,152); }
td.TdClassName
{
border-color: #93BF98;
}
.TagClassName
{
border-color: #93BF98;
}
</style>