Shades of Deep Sea #1B8268
Tints of Deep Sea #1B8268
RGB
CMYK
RGB Variations
Color information
#1B8268 (or 0x1B8268) is known color: Deep Sea. HEX triplet: 1B, 82 and 68. RGB value is (27,130,104). Sum of RGB (Red+Green+Blue) = 27+130+104=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B8268 is #E47D97. Grayscale: #606060. Windows color (decimal): -14974360 or 6849051. OLE color: 6849051.
HSL color Cylindrical-coordinate representation of color #1B8268: hue angle of 164.85º degrees, saturation: 0.66, 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 #1B8268 is Cyan = 0.79, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 104 | - |
| CMYK | 0.79 | 0 | 0.2 | 0.49 |
| HSL | 164.85º | 0.66% | 0.31% | - |
| HSV(B) | 164.85º | 0.79% | 0.51% | - |
| XYZ | 10.93 | 17.2 | 15.84 | - |
| YUV | 96.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 104 | 0.79 | 0 | 0.2 | 0.49 | 164.85 | 0.66 | 0.31 |
| Hex | 1B | 82 | 68 | 4F | 0 | 14 | 31 | A5 | 42 | 1F |
| Octal | 33 | 202 | 150 | 117 | 0 | 24 | 61 | 245 | 102 | 37 |
| Binary | 11011 | 10000010 | 1101000 | 1001111 | 0 | 10100 | 110001 | 10100101 | 1000010 | 11111 |
Color Harmonies of #1B8268
Complementary color
Monochromatic Colors of #1B8268
Black with #1B8268
Text Example
Text Example
White with #1B8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8268; }
p { color: rgb(27,130,104); }
H1.HeaderClassName
{
color: #1B8268;
}
.AnyTagClassName
{
color: #1B8268;
}
</style>
background-color css
<style>
a { background-color: #1B8268; }
a { background-color: rgb(27,130,104); }
div.DivClassName
{
background-color: #1B8268;
}
.BgClassName
{
background-color: #1B8268;
}
</style>
border-color css
<style>
span { border-color: #1B8268; }
span { border-color: rgb(27,130,104); }
td.TdClassName
{
border-color: #1B8268;
}
.TagClassName
{
border-color: #1B8268;
}
</style>