Shades of Deep Sea #1B7B6C
Tints of Deep Sea #1B7B6C
RGB
CMYK
RGB Variations
Color information
#1B7B6C (or 0x1B7B6C) is known color: Deep Sea. HEX triplet: 1B, 7B and 6C. RGB value is (27,123,108). Sum of RGB (Red+Green+Blue) = 27+123+108=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #1B7B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7B6C is #E48493. Grayscale: #5C5C5C. Windows color (decimal): -14976148 or 7109403. OLE color: 7109403.
HSL color Cylindrical-coordinate representation of color #1B7B6C: hue angle of 170.62º 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 #1B7B6C is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 123 | 108 | - |
| CMYK | 0.78 | 0 | 0.12 | 0.52 |
| HSL | 170.63º | 0.64% | 0.29% | - |
| HSV(B) | 170.63º | 0.78% | 0.48% | - |
| XYZ | 10.24 | 15.48 | 16.64 | - |
| YUV | 92.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 123 | 108 | 0.78 | 0 | 0.12 | 0.52 | 170.63 | 0.64 | 0.29 |
| Hex | 1B | 7B | 6C | 4E | 0 | C | 34 | AB | 40 | 1D |
| Octal | 33 | 173 | 154 | 116 | 0 | 14 | 64 | 253 | 100 | 35 |
| Binary | 11011 | 1111011 | 1101100 | 1001110 | 0 | 1100 | 110100 | 10101011 | 1000000 | 11101 |
Color Harmonies of #1B7B6C
Complementary color
Monochromatic Colors of #1B7B6C
Black with #1B7B6C
Text Example
Text Example
White with #1B7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7B6C; }
p { color: rgb(27,123,108); }
H1.HeaderClassName
{
color: #1B7B6C;
}
.AnyTagClassName
{
color: #1B7B6C;
}
</style>
background-color css
<style>
a { background-color: #1B7B6C; }
a { background-color: rgb(27,123,108); }
div.DivClassName
{
background-color: #1B7B6C;
}
.BgClassName
{
background-color: #1B7B6C;
}
</style>
border-color css
<style>
span { border-color: #1B7B6C; }
span { border-color: rgb(27,123,108); }
td.TdClassName
{
border-color: #1B7B6C;
}
.TagClassName
{
border-color: #1B7B6C;
}
</style>