Shades of Deep Sea #247F66
Tints of Deep Sea #247F66
RGB
CMYK
RGB Variations
Color information
#247F66 (or 0x247F66) is known color: Deep Sea. HEX triplet: 24, 7F and 66. RGB value is (36,127,102). Sum of RGB (Red+Green+Blue) = 36+127+102=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #247F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F66 is #DB8099. Grayscale: #606060. Windows color (decimal): -14385306 or 6717220. OLE color: 6717220.
HSL color Cylindrical-coordinate representation of color #247F66: hue angle of 163.52º 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 #247F66 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 102 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.50 |
| HSL | 163.52º | 0.56% | 0.32% | - |
| HSV(B) | 163.52º | 0.72% | 0.5% | - |
| XYZ | 10.72 | 16.51 | 15.19 | - |
| YUV | 96.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 102 | 0.72 | 0 | 0.20 | 0.50 | 163.52 | 0.56 | 0.32 |
| Hex | 24 | 7F | 66 | 48 | 0 | 14 | 32 | A4 | 38 | 20 |
| Octal | 44 | 177 | 146 | 110 | 0 | 24 | 62 | 244 | 70 | 40 |
| Binary | 100100 | 1111111 | 1100110 | 1001000 | 0 | 10100 | 110010 | 10100100 | 111000 | 100000 |
Color Harmonies of #247F66
Complementary color
Monochromatic Colors of #247F66
Black with #247F66
Text Example
Text Example
White with #247F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F66; }
p { color: rgb(36,127,102); }
H1.HeaderClassName
{
color: #247F66;
}
.AnyTagClassName
{
color: #247F66;
}
</style>
background-color css
<style>
a { background-color: #247F66; }
a { background-color: rgb(36,127,102); }
div.DivClassName
{
background-color: #247F66;
}
.BgClassName
{
background-color: #247F66;
}
</style>
border-color css
<style>
span { border-color: #247F66; }
span { border-color: rgb(36,127,102); }
td.TdClassName
{
border-color: #247F66;
}
.TagClassName
{
border-color: #247F66;
}
</style>