Shades of Deep Sea #127F64
Tints of Deep Sea #127F64
RGB
CMYK
RGB Variations
Color information
#127F64 (or 0x127F64) is known color: Deep Sea. HEX triplet: 12, 7F and 64. RGB value is (18,127,100). Sum of RGB (Red+Green+Blue) = 18+127+100=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #127F64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127F64 is #ED809B. Grayscale: #5B5B5B. Windows color (decimal): -15564956 or 6586130. OLE color: 6586130.
HSL color Cylindrical-coordinate representation of color #127F64: hue angle of 165.14º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F64 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 127 | 100 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.50 |
| HSL | 165.14º | 0.75% | 0.28% | - |
| HSV(B) | 165.14º | 0.86% | 0.5% | - |
| XYZ | 10.14 | 16.23 | 14.65 | - |
| YUV | 91.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 100 | 0.86 | 0 | 0.21 | 0.50 | 165.14 | 0.75 | 0.28 |
| Hex | 12 | 7F | 64 | 56 | 0 | 15 | 32 | A5 | 4B | 1C |
| Octal | 22 | 177 | 144 | 126 | 0 | 25 | 62 | 245 | 113 | 34 |
| Binary | 10010 | 1111111 | 1100100 | 1010110 | 0 | 10101 | 110010 | 10100101 | 1001011 | 11100 |
Color Harmonies of #127F64
Complementary color
Monochromatic Colors of #127F64
Black with #127F64
Text Example
Text Example
White with #127F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F64; }
p { color: rgb(18,127,100); }
H1.HeaderClassName
{
color: #127F64;
}
.AnyTagClassName
{
color: #127F64;
}
</style>
background-color css
<style>
a { background-color: #127F64; }
a { background-color: rgb(18,127,100); }
div.DivClassName
{
background-color: #127F64;
}
.BgClassName
{
background-color: #127F64;
}
</style>
border-color css
<style>
span { border-color: #127F64; }
span { border-color: rgb(18,127,100); }
td.TdClassName
{
border-color: #127F64;
}
.TagClassName
{
border-color: #127F64;
}
</style>