Shades of Deep Sea #127B66
Tints of Deep Sea #127B66
RGB
CMYK
RGB Variations
Color information
#127B66 (or 0x127B66) is known color: Deep Sea. HEX triplet: 12, 7B and 66. RGB value is (18,123,102). Sum of RGB (Red+Green+Blue) = 18+123+102=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #127B66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127B66 is #ED8499. Grayscale: #595959. Windows color (decimal): -15565978 or 6716178. OLE color: 6716178.
HSL color Cylindrical-coordinate representation of color #127B66: hue angle of 168º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B66 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 123 | 102 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.52 |
| HSL | 168º | 0.74% | 0.28% | - |
| HSV(B) | 168º | 0.85% | 0.48% | - |
| XYZ | 9.73 | 15.25 | 15 | - |
| YUV | 89.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 102 | 0.85 | 0 | 0.17 | 0.52 | 168 | 0.74 | 0.28 |
| Hex | 12 | 7B | 66 | 55 | 0 | 11 | 34 | A8 | 4A | 1C |
| Octal | 22 | 173 | 146 | 125 | 0 | 21 | 64 | 250 | 112 | 34 |
| Binary | 10010 | 1111011 | 1100110 | 1010101 | 0 | 10001 | 110100 | 10101000 | 1001010 | 11100 |
Color Harmonies of #127B66
Complementary color
Monochromatic Colors of #127B66
Black with #127B66
Text Example
Text Example
White with #127B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127B66; }
p { color: rgb(18,123,102); }
H1.HeaderClassName
{
color: #127B66;
}
.AnyTagClassName
{
color: #127B66;
}
</style>
background-color css
<style>
a { background-color: #127B66; }
a { background-color: rgb(18,123,102); }
div.DivClassName
{
background-color: #127B66;
}
.BgClassName
{
background-color: #127B66;
}
</style>
border-color css
<style>
span { border-color: #127B66; }
span { border-color: rgb(18,123,102); }
td.TdClassName
{
border-color: #127B66;
}
.TagClassName
{
border-color: #127B66;
}
</style>