Shades of Deep Sea #1B7F5D
Tints of Deep Sea #1B7F5D
RGB
CMYK
RGB Variations
Color information
#1B7F5D (or 0x1B7F5D) is known color: Deep Sea. HEX triplet: 1B, 7F and 5D. RGB value is (27,127,93). Sum of RGB (Red+Green+Blue) = 27+127+93=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7F5D is #E480A2. Grayscale: #5D5D5D. Windows color (decimal): -14975139 or 6127387. OLE color: 6127387.
HSL color Cylindrical-coordinate representation of color #1B7F5D: hue angle of 159.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F5D is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 127 | 93 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.50 |
| HSL | 159.6º | 0.65% | 0.3% | - |
| HSV(B) | 159.6º | 0.79% | 0.5% | - |
| XYZ | 10.02 | 16.2 | 12.96 | - |
| YUV | 93.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 127 | 93 | 0.79 | 0 | 0.27 | 0.50 | 159.6 | 0.65 | 0.3 |
| Hex | 1B | 7F | 5D | 4F | 0 | 1B | 32 | A0 | 41 | 1E |
| Octal | 33 | 177 | 135 | 117 | 0 | 33 | 62 | 240 | 101 | 36 |
| Binary | 11011 | 1111111 | 1011101 | 1001111 | 0 | 11011 | 110010 | 10100000 | 1000001 | 11110 |
Color Harmonies of #1B7F5D
Complementary color
Monochromatic Colors of #1B7F5D
Black with #1B7F5D
Text Example
Text Example
White with #1B7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7F5D; }
p { color: rgb(27,127,93); }
H1.HeaderClassName
{
color: #1B7F5D;
}
.AnyTagClassName
{
color: #1B7F5D;
}
</style>
background-color css
<style>
a { background-color: #1B7F5D; }
a { background-color: rgb(27,127,93); }
div.DivClassName
{
background-color: #1B7F5D;
}
.BgClassName
{
background-color: #1B7F5D;
}
</style>
border-color css
<style>
span { border-color: #1B7F5D; }
span { border-color: rgb(27,127,93); }
td.TdClassName
{
border-color: #1B7F5D;
}
.TagClassName
{
border-color: #1B7F5D;
}
</style>