Shades of Deep Sea #127D64
Tints of Deep Sea #127D64
RGB
CMYK
RGB Variations
Color information
#127D64 (or 0x127D64) is known color: Deep Sea. HEX triplet: 12, 7D and 64. RGB value is (18,125,100). Sum of RGB (Red+Green+Blue) = 18+125+100=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #127D64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127D64 is #ED829B. Grayscale: #5A5A5A. Windows color (decimal): -15565468 or 6585618. OLE color: 6585618.
HSL color Cylindrical-coordinate representation of color #127D64: hue angle of 165.98º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D64 is Cyan = 0.86, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 100 | - |
| CMYK | 0.86 | 0 | 0.2 | 0.51 |
| HSL | 165.98º | 0.75% | 0.28% | - |
| HSV(B) | 165.98º | 0.86% | 0.49% | - |
| XYZ | 9.88 | 15.72 | 14.57 | - |
| YUV | 90.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 100 | 0.86 | 0 | 0.2 | 0.51 | 165.98 | 0.75 | 0.28 |
| Hex | 12 | 7D | 64 | 56 | 0 | 14 | 33 | A6 | 4B | 1C |
| Octal | 22 | 175 | 144 | 126 | 0 | 24 | 63 | 246 | 113 | 34 |
| Binary | 10010 | 1111101 | 1100100 | 1010110 | 0 | 10100 | 110011 | 10100110 | 1001011 | 11100 |
Color Harmonies of #127D64
Complementary color
Monochromatic Colors of #127D64
Black with #127D64
Text Example
Text Example
White with #127D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D64; }
p { color: rgb(18,125,100); }
H1.HeaderClassName
{
color: #127D64;
}
.AnyTagClassName
{
color: #127D64;
}
</style>
background-color css
<style>
a { background-color: #127D64; }
a { background-color: rgb(18,125,100); }
div.DivClassName
{
background-color: #127D64;
}
.BgClassName
{
background-color: #127D64;
}
</style>
border-color css
<style>
span { border-color: #127D64; }
span { border-color: rgb(18,125,100); }
td.TdClassName
{
border-color: #127D64;
}
.TagClassName
{
border-color: #127D64;
}
</style>