Shades of Deep Sea #277F5F
Tints of Deep Sea #277F5F
RGB
CMYK
RGB Variations
Color information
#277F5F (or 0x277F5F) is known color: Deep Sea. HEX triplet: 27, 7F and 5F. RGB value is (39,127,95). Sum of RGB (Red+Green+Blue) = 39+127+95=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #277F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F5F is #D880A0. Grayscale: #616161. Windows color (decimal): -14188705 or 6258471. OLE color: 6258471.
HSL color Cylindrical-coordinate representation of color #277F5F: hue angle of 158.18º 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 #277F5F is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 39 | 127 | 95 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.50 |
| HSL | 158.18º | 0.53% | 0.33% | - |
| HSV(B) | 158.18º | 0.69% | 0.5% | - |
| XYZ | 10.49 | 16.44 | 13.45 | - |
| YUV | 97.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 127 | 95 | 0.69 | 0 | 0.25 | 0.50 | 158.18 | 0.53 | 0.33 |
| Hex | 27 | 7F | 5F | 45 | 0 | 19 | 32 | 9E | 35 | 21 |
| Octal | 47 | 177 | 137 | 105 | 0 | 31 | 62 | 236 | 65 | 41 |
| Binary | 100111 | 1111111 | 1011111 | 1000101 | 0 | 11001 | 110010 | 10011110 | 110101 | 100001 |
Color Harmonies of #277F5F
Complementary color
Monochromatic Colors of #277F5F
Black with #277F5F
Text Example
Text Example
White with #277F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #277F5F; }
p { color: rgb(39,127,95); }
H1.HeaderClassName
{
color: #277F5F;
}
.AnyTagClassName
{
color: #277F5F;
}
</style>
background-color css
<style>
a { background-color: #277F5F; }
a { background-color: rgb(39,127,95); }
div.DivClassName
{
background-color: #277F5F;
}
.BgClassName
{
background-color: #277F5F;
}
</style>
border-color css
<style>
span { border-color: #277F5F; }
span { border-color: rgb(39,127,95); }
td.TdClassName
{
border-color: #277F5F;
}
.TagClassName
{
border-color: #277F5F;
}
</style>