Shades of Deep Sea #1B7A69
Tints of Deep Sea #1B7A69
RGB
CMYK
RGB Variations
Color information
#1B7A69 (or 0x1B7A69) is known color: Deep Sea. HEX triplet: 1B, 7A and 69. RGB value is (27,122,105). Sum of RGB (Red+Green+Blue) = 27+122+105=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #1B7A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7A69 is #E48596. Grayscale: #5B5B5B. Windows color (decimal): -14976407 or 6912539. OLE color: 6912539.
HSL color Cylindrical-coordinate representation of color #1B7A69: hue angle of 169.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B7A69 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 122 | 105 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.52 |
| HSL | 169.26º | 0.64% | 0.29% | - |
| HSV(B) | 169.26º | 0.78% | 0.48% | - |
| XYZ | 9.96 | 15.17 | 15.77 | - |
| YUV | 91.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 122 | 105 | 0.78 | 0 | 0.14 | 0.52 | 169.26 | 0.64 | 0.29 |
| Hex | 1B | 7A | 69 | 4E | 0 | E | 34 | A9 | 40 | 1D |
| Octal | 33 | 172 | 151 | 116 | 0 | 16 | 64 | 251 | 100 | 35 |
| Binary | 11011 | 1111010 | 1101001 | 1001110 | 0 | 1110 | 110100 | 10101001 | 1000000 | 11101 |
Color Harmonies of #1B7A69
Complementary color
Monochromatic Colors of #1B7A69
Black with #1B7A69
Text Example
Text Example
White with #1B7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7A69; }
p { color: rgb(27,122,105); }
H1.HeaderClassName
{
color: #1B7A69;
}
.AnyTagClassName
{
color: #1B7A69;
}
</style>
background-color css
<style>
a { background-color: #1B7A69; }
a { background-color: rgb(27,122,105); }
div.DivClassName
{
background-color: #1B7A69;
}
.BgClassName
{
background-color: #1B7A69;
}
</style>
border-color css
<style>
span { border-color: #1B7A69; }
span { border-color: rgb(27,122,105); }
td.TdClassName
{
border-color: #1B7A69;
}
.TagClassName
{
border-color: #1B7A69;
}
</style>