Shades of Deep Sea #247F68
Tints of Deep Sea #247F68
RGB
CMYK
RGB Variations
Color information
#247F68 (or 0x247F68) is known color: Deep Sea. HEX triplet: 24, 7F and 68. RGB value is (36,127,104). Sum of RGB (Red+Green+Blue) = 36+127+104=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #247F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F68 is #DB8097. Grayscale: #616161. Windows color (decimal): -14385304 or 6848292. OLE color: 6848292.
HSL color Cylindrical-coordinate representation of color #247F68: hue angle of 164.84º 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 #247F68 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 104 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.50 |
| HSL | 164.84º | 0.56% | 0.32% | - |
| HSV(B) | 164.84º | 0.72% | 0.5% | - |
| XYZ | 10.82 | 16.55 | 15.72 | - |
| YUV | 97.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 104 | 0.72 | 0 | 0.18 | 0.50 | 164.84 | 0.56 | 0.32 |
| Hex | 24 | 7F | 68 | 48 | 0 | 12 | 32 | A5 | 38 | 20 |
| Octal | 44 | 177 | 150 | 110 | 0 | 22 | 62 | 245 | 70 | 40 |
| Binary | 100100 | 1111111 | 1101000 | 1001000 | 0 | 10010 | 110010 | 10100101 | 111000 | 100000 |
Color Harmonies of #247F68
Complementary color
Monochromatic Colors of #247F68
Black with #247F68
Text Example
Text Example
White with #247F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F68; }
p { color: rgb(36,127,104); }
H1.HeaderClassName
{
color: #247F68;
}
.AnyTagClassName
{
color: #247F68;
}
</style>
background-color css
<style>
a { background-color: #247F68; }
a { background-color: rgb(36,127,104); }
div.DivClassName
{
background-color: #247F68;
}
.BgClassName
{
background-color: #247F68;
}
</style>
border-color css
<style>
span { border-color: #247F68; }
span { border-color: rgb(36,127,104); }
td.TdClassName
{
border-color: #247F68;
}
.TagClassName
{
border-color: #247F68;
}
</style>