Shades of Deep Sea #128265
Tints of Deep Sea #128265
RGB
CMYK
RGB Variations
Color information
#128265 (or 0x128265) is known color: Deep Sea. HEX triplet: 12, 82 and 65. RGB value is (18,130,101). Sum of RGB (Red+Green+Blue) = 18+130+101=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #128265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128265 is #ED7D9A. Grayscale: #5D5D5D. Windows color (decimal): -15564187 or 6652434. OLE color: 6652434.
HSL color Cylindrical-coordinate representation of color #128265: hue angle of 164.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128265 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 101 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.49 |
| HSL | 164.46º | 0.76% | 0.29% | - |
| HSV(B) | 164.46º | 0.86% | 0.51% | - |
| XYZ | 10.58 | 17.03 | 15.04 | - |
| YUV | 93.21 | 132.39 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 101 | 0.86 | 0 | 0.22 | 0.49 | 164.46 | 0.76 | 0.29 |
| Hex | 12 | 82 | 65 | 56 | 0 | 16 | 31 | A4 | 4C | 1D |
| Octal | 22 | 202 | 145 | 126 | 0 | 26 | 61 | 244 | 114 | 35 |
| Binary | 10010 | 10000010 | 1100101 | 1010110 | 0 | 10110 | 110001 | 10100100 | 1001100 | 11101 |
Color Harmonies of #128265
Complementary color
Monochromatic Colors of #128265
Black with #128265
Text Example
Text Example
White with #128265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128265; }
p { color: rgb(18,130,101); }
H1.HeaderClassName
{
color: #128265;
}
.AnyTagClassName
{
color: #128265;
}
</style>
background-color css
<style>
a { background-color: #128265; }
a { background-color: rgb(18,130,101); }
div.DivClassName
{
background-color: #128265;
}
.BgClassName
{
background-color: #128265;
}
</style>
border-color css
<style>
span { border-color: #128265; }
span { border-color: rgb(18,130,101); }
td.TdClassName
{
border-color: #128265;
}
.TagClassName
{
border-color: #128265;
}
</style>