Shades of Deep Sea #248063
Tints of Deep Sea #248063
RGB
CMYK
RGB Variations
Color information
#248063 (or 0x248063) is known color: Deep Sea. HEX triplet: 24, 80 and 63. RGB value is (36,128,99). Sum of RGB (Red+Green+Blue) = 36+128+99=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #248063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248063 is #DB7F9C. Grayscale: #616161. Windows color (decimal): -14385053 or 6520868. OLE color: 6520868.
HSL color Cylindrical-coordinate representation of color #248063: hue angle of 161.09º 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 #248063 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 99 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.50 |
| HSL | 161.09º | 0.56% | 0.32% | - |
| HSV(B) | 161.09º | 0.72% | 0.5% | - |
| XYZ | 10.7 | 16.71 | 14.47 | - |
| YUV | 97.19 | 129.02 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 99 | 0.72 | 0 | 0.23 | 0.50 | 161.09 | 0.56 | 0.32 |
| Hex | 24 | 80 | 63 | 48 | 0 | 17 | 32 | A1 | 38 | 20 |
| Octal | 44 | 200 | 143 | 110 | 0 | 27 | 62 | 241 | 70 | 40 |
| Binary | 100100 | 10000000 | 1100011 | 1001000 | 0 | 10111 | 110010 | 10100001 | 111000 | 100000 |
Color Harmonies of #248063
Complementary color
Monochromatic Colors of #248063
Black with #248063
Text Example
Text Example
White with #248063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248063; }
p { color: rgb(36,128,99); }
H1.HeaderClassName
{
color: #248063;
}
.AnyTagClassName
{
color: #248063;
}
</style>
background-color css
<style>
a { background-color: #248063; }
a { background-color: rgb(36,128,99); }
div.DivClassName
{
background-color: #248063;
}
.BgClassName
{
background-color: #248063;
}
</style>
border-color css
<style>
span { border-color: #248063; }
span { border-color: rgb(36,128,99); }
td.TdClassName
{
border-color: #248063;
}
.TagClassName
{
border-color: #248063;
}
</style>