Shades of Deep Sea #247F65
Tints of Deep Sea #247F65
RGB
CMYK
RGB Variations
Color information
#247F65 (or 0x247F65) is known color: Deep Sea. HEX triplet: 24, 7F and 65. RGB value is (36,127,101). Sum of RGB (Red+Green+Blue) = 36+127+101=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #247F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F65 is #DB809A. Grayscale: #606060. Windows color (decimal): -14385307 or 6651684. OLE color: 6651684.
HSL color Cylindrical-coordinate representation of color #247F65: hue angle of 162.86º 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 #247F65 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 101 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.50 |
| HSL | 162.86º | 0.56% | 0.32% | - |
| HSV(B) | 162.86º | 0.72% | 0.5% | - |
| XYZ | 10.67 | 16.49 | 14.93 | - |
| YUV | 96.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 101 | 0.72 | 0 | 0.20 | 0.50 | 162.86 | 0.56 | 0.32 |
| Hex | 24 | 7F | 65 | 48 | 0 | 14 | 32 | A3 | 38 | 20 |
| Octal | 44 | 177 | 145 | 110 | 0 | 24 | 62 | 243 | 70 | 40 |
| Binary | 100100 | 1111111 | 1100101 | 1001000 | 0 | 10100 | 110010 | 10100011 | 111000 | 100000 |
Color Harmonies of #247F65
Complementary color
Monochromatic Colors of #247F65
Black with #247F65
Text Example
Text Example
White with #247F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F65; }
p { color: rgb(36,127,101); }
H1.HeaderClassName
{
color: #247F65;
}
.AnyTagClassName
{
color: #247F65;
}
</style>
background-color css
<style>
a { background-color: #247F65; }
a { background-color: rgb(36,127,101); }
div.DivClassName
{
background-color: #247F65;
}
.BgClassName
{
background-color: #247F65;
}
</style>
border-color css
<style>
span { border-color: #247F65; }
span { border-color: rgb(36,127,101); }
td.TdClassName
{
border-color: #247F65;
}
.TagClassName
{
border-color: #247F65;
}
</style>