Shades of Deep Sea #1B816F
Tints of Deep Sea #1B816F
RGB
CMYK
RGB Variations
Color information
#1B816F (or 0x1B816F) is known color: Deep Sea. HEX triplet: 1B, 81 and 6F. RGB value is (27,129,111). Sum of RGB (Red+Green+Blue) = 27+129+111=267 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.11% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #1B816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B816F is #E47E90. Grayscale: #606060. Windows color (decimal): -14974609 or 7307547. OLE color: 7307547.
HSL color Cylindrical-coordinate representation of color #1B816F: hue angle of 169.41º 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 #1B816F is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 111 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.49 |
| HSL | 169.41º | 0.65% | 0.31% | - |
| HSV(B) | 169.41º | 0.79% | 0.51% | - |
| XYZ | 11.17 | 17.08 | 17.75 | - |
| YUV | 96.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 111 | 0.79 | 0 | 0.14 | 0.49 | 169.41 | 0.65 | 0.31 |
| Hex | 1B | 81 | 6F | 4F | 0 | E | 31 | A9 | 41 | 1F |
| Octal | 33 | 201 | 157 | 117 | 0 | 16 | 61 | 251 | 101 | 37 |
| Binary | 11011 | 10000001 | 1101111 | 1001111 | 0 | 1110 | 110001 | 10101001 | 1000001 | 11111 |
Color Harmonies of #1B816F
Complementary color
Monochromatic Colors of #1B816F
Black with #1B816F
Text Example
Text Example
White with #1B816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B816F; }
p { color: rgb(27,129,111); }
H1.HeaderClassName
{
color: #1B816F;
}
.AnyTagClassName
{
color: #1B816F;
}
</style>
background-color css
<style>
a { background-color: #1B816F; }
a { background-color: rgb(27,129,111); }
div.DivClassName
{
background-color: #1B816F;
}
.BgClassName
{
background-color: #1B816F;
}
</style>
border-color css
<style>
span { border-color: #1B816F; }
span { border-color: rgb(27,129,111); }
td.TdClassName
{
border-color: #1B816F;
}
.TagClassName
{
border-color: #1B816F;
}
</style>