Shades of Deep Sea #277F62
Tints of Deep Sea #277F62
RGB
CMYK
RGB Variations
Color information
#277F62 (or 0x277F62) is known color: Deep Sea. HEX triplet: 27, 7F and 62. RGB value is (39,127,98). Sum of RGB (Red+Green+Blue) = 39+127+98=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #277F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F62 is #D8809D. Grayscale: #616161. Windows color (decimal): -14188702 or 6455079. OLE color: 6455079.
HSL color Cylindrical-coordinate representation of color #277F62: hue angle of 160.23º 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 #277F62 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 98 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.50 |
| HSL | 160.23º | 0.53% | 0.33% | - |
| HSV(B) | 160.23º | 0.69% | 0.5% | - |
| XYZ | 10.63 | 16.49 | 14.18 | - |
| YUV | 97.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 98 | 0.69 | 0 | 0.23 | 0.50 | 160.23 | 0.53 | 0.33 |
| Hex | 27 | 7F | 62 | 45 | 0 | 17 | 32 | A0 | 35 | 21 |
| Octal | 47 | 177 | 142 | 105 | 0 | 27 | 62 | 240 | 65 | 41 |
| Binary | 100111 | 1111111 | 1100010 | 1000101 | 0 | 10111 | 110010 | 10100000 | 110101 | 100001 |
Color Harmonies of #277F62
Complementary color
Monochromatic Colors of #277F62
Black with #277F62
Text Example
Text Example
White with #277F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F62; }
p { color: rgb(39,127,98); }
H1.HeaderClassName
{
color: #277F62;
}
.AnyTagClassName
{
color: #277F62;
}
</style>
background-color css
<style>
a { background-color: #277F62; }
a { background-color: rgb(39,127,98); }
div.DivClassName
{
background-color: #277F62;
}
.BgClassName
{
background-color: #277F62;
}
</style>
border-color css
<style>
span { border-color: #277F62; }
span { border-color: rgb(39,127,98); }
td.TdClassName
{
border-color: #277F62;
}
.TagClassName
{
border-color: #277F62;
}
</style>