Shades of Deep Sea #247F61
Tints of Deep Sea #247F61
RGB
CMYK
RGB Variations
Color information
#247F61 (or 0x247F61) is known color: Deep Sea. HEX triplet: 24, 7F and 61. RGB value is (36,127,97). Sum of RGB (Red+Green+Blue) = 36+127+97=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #247F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F61 is #DB809E. Grayscale: #606060. Windows color (decimal): -14385311 or 6389540. OLE color: 6389540.
HSL color Cylindrical-coordinate representation of color #247F61: hue angle of 160.22º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F61 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 97 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.50 |
| HSL | 160.22º | 0.56% | 0.32% | - |
| HSV(B) | 160.22º | 0.72% | 0.5% | - |
| XYZ | 10.47 | 16.42 | 13.93 | - |
| YUV | 96.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 97 | 0.72 | 0 | 0.24 | 0.50 | 160.22 | 0.56 | 0.32 |
| Hex | 24 | 7F | 61 | 48 | 0 | 18 | 32 | A0 | 38 | 20 |
| Octal | 44 | 177 | 141 | 110 | 0 | 30 | 62 | 240 | 70 | 40 |
| Binary | 100100 | 1111111 | 1100001 | 1001000 | 0 | 11000 | 110010 | 10100000 | 111000 | 100000 |
Color Harmonies of #247F61
Complementary color
Monochromatic Colors of #247F61
Black with #247F61
Text Example
Text Example
White with #247F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F61; }
p { color: rgb(36,127,97); }
H1.HeaderClassName
{
color: #247F61;
}
.AnyTagClassName
{
color: #247F61;
}
</style>
background-color css
<style>
a { background-color: #247F61; }
a { background-color: rgb(36,127,97); }
div.DivClassName
{
background-color: #247F61;
}
.BgClassName
{
background-color: #247F61;
}
</style>
border-color css
<style>
span { border-color: #247F61; }
span { border-color: rgb(36,127,97); }
td.TdClassName
{
border-color: #247F61;
}
.TagClassName
{
border-color: #247F61;
}
</style>