Shades of Deep Sea #11875B
Tints of Deep Sea #11875B
RGB
CMYK
RGB Variations
Color information
#11875B (or 0x11875B) is known color: Deep Sea. HEX triplet: 11, 87 and 5B. RGB value is (17,135,91). Sum of RGB (Red+Green+Blue) = 17+135+91=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #11875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11875B is #EE78A4. Grayscale: #5E5E5E. Windows color (decimal): -15628453 or 5998353. OLE color: 5998353.
HSL color Cylindrical-coordinate representation of color #11875B: hue angle of 157.63º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11875B is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 135 | 91 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.47 |
| HSL | 157.63º | 0.78% | 0.3% | - |
| HSV(B) | 157.63º | 0.87% | 0.53% | - |
| XYZ | 10.78 | 18.2 | 12.84 | - |
| YUV | 94.7 | 125.91 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 91 | 0.87 | 0 | 0.33 | 0.47 | 157.63 | 0.78 | 0.3 |
| Hex | 11 | 87 | 5B | 57 | 0 | 21 | 2F | 9E | 4E | 1E |
| Octal | 21 | 207 | 133 | 127 | 0 | 41 | 57 | 236 | 116 | 36 |
| Binary | 10001 | 10000111 | 1011011 | 1010111 | 0 | 100001 | 101111 | 10011110 | 1001110 | 11110 |
Color Harmonies of #11875B
Complementary color
Monochromatic Colors of #11875B
Black with #11875B
Text Example
Text Example
White with #11875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11875B; }
p { color: rgb(17,135,91); }
H1.HeaderClassName
{
color: #11875B;
}
.AnyTagClassName
{
color: #11875B;
}
</style>
background-color css
<style>
a { background-color: #11875B; }
a { background-color: rgb(17,135,91); }
div.DivClassName
{
background-color: #11875B;
}
.BgClassName
{
background-color: #11875B;
}
</style>
border-color css
<style>
span { border-color: #11875B; }
span { border-color: rgb(17,135,91); }
td.TdClassName
{
border-color: #11875B;
}
.TagClassName
{
border-color: #11875B;
}
</style>