Shades of Deep Sea #1C8363
Tints of Deep Sea #1C8363
RGB
CMYK
RGB Variations
Color information
#1C8363 (or 0x1C8363) is known color: Deep Sea. HEX triplet: 1C, 83 and 63. RGB value is (28,131,99). Sum of RGB (Red+Green+Blue) = 28+131+99=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C8363 is #E37C9C. Grayscale: #606060. Windows color (decimal): -14908573 or 6521628. OLE color: 6521628.
HSL color Cylindrical-coordinate representation of color #1C8363: hue angle of 161.36º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C8363 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 28 | 131 | 99 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.49 |
| HSL | 161.36º | 0.65% | 0.31% | - |
| HSV(B) | 161.36º | 0.79% | 0.51% | - |
| XYZ | 10.85 | 17.38 | 14.59 | - |
| YUV | 96.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 131 | 99 | 0.79 | 0 | 0.24 | 0.49 | 161.36 | 0.65 | 0.31 |
| Hex | 1C | 83 | 63 | 4F | 0 | 18 | 31 | A1 | 41 | 1F |
| Octal | 34 | 203 | 143 | 117 | 0 | 30 | 61 | 241 | 101 | 37 |
| Binary | 11100 | 10000011 | 1100011 | 1001111 | 0 | 11000 | 110001 | 10100001 | 1000001 | 11111 |
Color Harmonies of #1C8363
Complementary color
Monochromatic Colors of #1C8363
Black with #1C8363
Text Example
Text Example
White with #1C8363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8363; }
p { color: rgb(28,131,99); }
H1.HeaderClassName
{
color: #1C8363;
}
.AnyTagClassName
{
color: #1C8363;
}
</style>
background-color css
<style>
a { background-color: #1C8363; }
a { background-color: rgb(28,131,99); }
div.DivClassName
{
background-color: #1C8363;
}
.BgClassName
{
background-color: #1C8363;
}
</style>
border-color css
<style>
span { border-color: #1C8363; }
span { border-color: rgb(28,131,99); }
td.TdClassName
{
border-color: #1C8363;
}
.TagClassName
{
border-color: #1C8363;
}
</style>