Shades of Deep Sea #247E68
Tints of Deep Sea #247E68
RGB
CMYK
RGB Variations
Color information
#247E68 (or 0x247E68) is known color: Deep Sea. HEX triplet: 24, 7E and 68. RGB value is (36,126,104). Sum of RGB (Red+Green+Blue) = 36+126+104=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #247E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247E68 is #DB8197. Grayscale: #606060. Windows color (decimal): -14385560 or 6848036. OLE color: 6848036.
HSL color Cylindrical-coordinate representation of color #247E68: hue angle of 165.33º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247E68 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 126 | 104 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.51 |
| HSL | 165.33º | 0.56% | 0.32% | - |
| HSV(B) | 165.33º | 0.71% | 0.49% | - |
| XYZ | 10.69 | 16.3 | 15.68 | - |
| YUV | 96.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 104 | 0.71 | 0 | 0.17 | 0.51 | 165.33 | 0.56 | 0.32 |
| Hex | 24 | 7E | 68 | 47 | 0 | 11 | 33 | A5 | 38 | 20 |
| Octal | 44 | 176 | 150 | 107 | 0 | 21 | 63 | 245 | 70 | 40 |
| Binary | 100100 | 1111110 | 1101000 | 1000111 | 0 | 10001 | 110011 | 10100101 | 111000 | 100000 |
Color Harmonies of #247E68
Complementary color
Monochromatic Colors of #247E68
Black with #247E68
Text Example
Text Example
White with #247E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247E68; }
p { color: rgb(36,126,104); }
H1.HeaderClassName
{
color: #247E68;
}
.AnyTagClassName
{
color: #247E68;
}
</style>
background-color css
<style>
a { background-color: #247E68; }
a { background-color: rgb(36,126,104); }
div.DivClassName
{
background-color: #247E68;
}
.BgClassName
{
background-color: #247E68;
}
</style>
border-color css
<style>
span { border-color: #247E68; }
span { border-color: rgb(36,126,104); }
td.TdClassName
{
border-color: #247E68;
}
.TagClassName
{
border-color: #247E68;
}
</style>