Shades of Deep Sea #128269
Tints of Deep Sea #128269
RGB
CMYK
RGB Variations
Color information
#128269 (or 0x128269) is known color: Deep Sea. HEX triplet: 12, 82 and 69. RGB value is (18,130,105). Sum of RGB (Red+Green+Blue) = 18+130+105=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #128269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128269 is #ED7D96. Grayscale: #5D5D5D. Windows color (decimal): -15564183 or 6914578. OLE color: 6914578.
HSL color Cylindrical-coordinate representation of color #128269: hue angle of 166.61º 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 #128269 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 130 | 105 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.49 |
| HSL | 166.61º | 0.76% | 0.29% | - |
| HSV(B) | 166.61º | 0.86% | 0.51% | - |
| XYZ | 10.78 | 17.11 | 16.1 | - |
| YUV | 93.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 105 | 0.86 | 0 | 0.19 | 0.49 | 166.61 | 0.76 | 0.29 |
| Hex | 12 | 82 | 69 | 56 | 0 | 13 | 31 | A7 | 4C | 1D |
| Octal | 22 | 202 | 151 | 126 | 0 | 23 | 61 | 247 | 114 | 35 |
| Binary | 10010 | 10000010 | 1101001 | 1010110 | 0 | 10011 | 110001 | 10100111 | 1001100 | 11101 |
Color Harmonies of #128269
Complementary color
Monochromatic Colors of #128269
Black with #128269
Text Example
Text Example
White with #128269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128269; }
p { color: rgb(18,130,105); }
H1.HeaderClassName
{
color: #128269;
}
.AnyTagClassName
{
color: #128269;
}
</style>
background-color css
<style>
a { background-color: #128269; }
a { background-color: rgb(18,130,105); }
div.DivClassName
{
background-color: #128269;
}
.BgClassName
{
background-color: #128269;
}
</style>
border-color css
<style>
span { border-color: #128269; }
span { border-color: rgb(18,130,105); }
td.TdClassName
{
border-color: #128269;
}
.TagClassName
{
border-color: #128269;
}
</style>