Shades of Deep Sea #108268
Tints of Deep Sea #108268
RGB
CMYK
RGB Variations
Color information
#108268 (or 0x108268) is known color: Deep Sea. HEX triplet: 10, 82 and 68. RGB value is (16,130,104). Sum of RGB (Red+Green+Blue) = 16+130+104=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #108268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108268 is #EF7D97. Grayscale: #5C5C5C. Windows color (decimal): -15695256 or 6849040. OLE color: 6849040.
HSL color Cylindrical-coordinate representation of color #108268: hue angle of 166.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108268 is Cyan = 0.88, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 130 | 104 | - |
| CMYK | 0.88 | 0 | 0.2 | 0.49 |
| HSL | 166.32º | 0.78% | 0.29% | - |
| HSV(B) | 166.32º | 0.88% | 0.51% | - |
| XYZ | 10.7 | 17.07 | 15.83 | - |
| YUV | 92.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 104 | 0.88 | 0 | 0.2 | 0.49 | 166.32 | 0.78 | 0.29 |
| Hex | 10 | 82 | 68 | 58 | 0 | 14 | 31 | A6 | 4E | 1D |
| Octal | 20 | 202 | 150 | 130 | 0 | 24 | 61 | 246 | 116 | 35 |
| Binary | 10000 | 10000010 | 1101000 | 1011000 | 0 | 10100 | 110001 | 10100110 | 1001110 | 11101 |
Color Harmonies of #108268
Complementary color
Monochromatic Colors of #108268
Black with #108268
Text Example
Text Example
White with #108268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108268; }
p { color: rgb(16,130,104); }
H1.HeaderClassName
{
color: #108268;
}
.AnyTagClassName
{
color: #108268;
}
</style>
background-color css
<style>
a { background-color: #108268; }
a { background-color: rgb(16,130,104); }
div.DivClassName
{
background-color: #108268;
}
.BgClassName
{
background-color: #108268;
}
</style>
border-color css
<style>
span { border-color: #108268; }
span { border-color: rgb(16,130,104); }
td.TdClassName
{
border-color: #108268;
}
.TagClassName
{
border-color: #108268;
}
</style>