Shades of Dark Sea Green #93C69B
Tints of Dark Sea Green #93C69B
RGB
CMYK
RGB Variations
Color information
#93C69B (or 0x93C69B) is known color: Dark Sea Green. HEX triplet: 93, C6 and 9B. RGB value is (147,198,155). Sum of RGB (Red+Green+Blue) = 147+198+155=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #93C69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C69B is #6C3964. Grayscale: #B1B1B1. Windows color (decimal): -7092581 or 10208915. OLE color: 10208915.
HSL color Cylindrical-coordinate representation of color #93C69B: hue angle of 129.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C69B is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 155 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.22 |
| HSL | 129.41º | 0.31% | 0.68% | - |
| HSV(B) | 129.41º | 0.26% | 0.78% | - |
| XYZ | 38.14 | 48.96 | 38.45 | - |
| YUV | 177.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 155 | 0.26 | 0 | 0.22 | 0.22 | 129.41 | 0.31 | 0.68 |
| Hex | 93 | C6 | 9B | 1A | 0 | 16 | 16 | 81 | 1F | 44 |
| Octal | 223 | 306 | 233 | 32 | 0 | 26 | 26 | 201 | 37 | 104 |
| Binary | 10010011 | 11000110 | 10011011 | 11010 | 0 | 10110 | 10110 | 10000001 | 11111 | 1000100 |
Color Harmonies of #93C69B
Complementary color
Monochromatic Colors of #93C69B
Black with #93C69B
Text Example
Text Example
White with #93C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C69B; }
p { color: rgb(147,198,155); }
H1.HeaderClassName
{
color: #93C69B;
}
.AnyTagClassName
{
color: #93C69B;
}
</style>
background-color css
<style>
a { background-color: #93C69B; }
a { background-color: rgb(147,198,155); }
div.DivClassName
{
background-color: #93C69B;
}
.BgClassName
{
background-color: #93C69B;
}
</style>
border-color css
<style>
span { border-color: #93C69B; }
span { border-color: rgb(147,198,155); }
td.TdClassName
{
border-color: #93C69B;
}
.TagClassName
{
border-color: #93C69B;
}
</style>