Shades of Deep Sea #1B816E
Tints of Deep Sea #1B816E
RGB
CMYK
RGB Variations
Color information
#1B816E (or 0x1B816E) is known color: Deep Sea. HEX triplet: 1B, 81 and 6E. RGB value is (27,129,110). Sum of RGB (Red+Green+Blue) = 27+129+110=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #1B816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B816E is #E47E91. Grayscale: #606060. Windows color (decimal): -14974610 or 7242011. OLE color: 7242011.
HSL color Cylindrical-coordinate representation of color #1B816E: hue angle of 168.82º 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 #1B816E is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 129 | 110 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.49 |
| HSL | 168.82º | 0.65% | 0.31% | - |
| HSV(B) | 168.82º | 0.79% | 0.51% | - |
| XYZ | 11.12 | 17.06 | 17.46 | - |
| YUV | 96.34 | 135.71 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 129 | 110 | 0.79 | 0 | 0.15 | 0.49 | 168.82 | 0.65 | 0.31 |
| Hex | 1B | 81 | 6E | 4F | 0 | F | 31 | A9 | 41 | 1F |
| Octal | 33 | 201 | 156 | 117 | 0 | 17 | 61 | 251 | 101 | 37 |
| Binary | 11011 | 10000001 | 1101110 | 1001111 | 0 | 1111 | 110001 | 10101001 | 1000001 | 11111 |
Color Harmonies of #1B816E
Complementary color
Monochromatic Colors of #1B816E
Black with #1B816E
Text Example
Text Example
White with #1B816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B816E; }
p { color: rgb(27,129,110); }
H1.HeaderClassName
{
color: #1B816E;
}
.AnyTagClassName
{
color: #1B816E;
}
</style>
background-color css
<style>
a { background-color: #1B816E; }
a { background-color: rgb(27,129,110); }
div.DivClassName
{
background-color: #1B816E;
}
.BgClassName
{
background-color: #1B816E;
}
</style>
border-color css
<style>
span { border-color: #1B816E; }
span { border-color: rgb(27,129,110); }
td.TdClassName
{
border-color: #1B816E;
}
.TagClassName
{
border-color: #1B816E;
}
</style>