Shades of Deep Sea #277F63
Tints of Deep Sea #277F63
RGB
CMYK
RGB Variations
Color information
#277F63 (or 0x277F63) is known color: Deep Sea. HEX triplet: 27, 7F and 63. RGB value is (39,127,99). Sum of RGB (Red+Green+Blue) = 39+127+99=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #277F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F63 is #D8809C. Grayscale: #616161. Windows color (decimal): -14188701 or 6520615. OLE color: 6520615.
HSL color Cylindrical-coordinate representation of color #277F63: hue angle of 160.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F63 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 99 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.50 |
| HSL | 160.91º | 0.53% | 0.33% | - |
| HSV(B) | 160.91º | 0.69% | 0.5% | - |
| XYZ | 10.68 | 16.51 | 14.43 | - |
| YUV | 97.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 99 | 0.69 | 0 | 0.22 | 0.50 | 160.91 | 0.53 | 0.33 |
| Hex | 27 | 7F | 63 | 45 | 0 | 16 | 32 | A1 | 35 | 21 |
| Octal | 47 | 177 | 143 | 105 | 0 | 26 | 62 | 241 | 65 | 41 |
| Binary | 100111 | 1111111 | 1100011 | 1000101 | 0 | 10110 | 110010 | 10100001 | 110101 | 100001 |
Color Harmonies of #277F63
Complementary color
Monochromatic Colors of #277F63
Black with #277F63
Text Example
Text Example
White with #277F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F63; }
p { color: rgb(39,127,99); }
H1.HeaderClassName
{
color: #277F63;
}
.AnyTagClassName
{
color: #277F63;
}
</style>
background-color css
<style>
a { background-color: #277F63; }
a { background-color: rgb(39,127,99); }
div.DivClassName
{
background-color: #277F63;
}
.BgClassName
{
background-color: #277F63;
}
</style>
border-color css
<style>
span { border-color: #277F63; }
span { border-color: rgb(39,127,99); }
td.TdClassName
{
border-color: #277F63;
}
.TagClassName
{
border-color: #277F63;
}
</style>