Shades of Deep Sea #178266
Tints of Deep Sea #178266
RGB
CMYK
RGB Variations
Color information
#178266 (or 0x178266) is known color: Deep Sea. HEX triplet: 17, 82 and 66. RGB value is (23,130,102). Sum of RGB (Red+Green+Blue) = 23+130+102=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #178266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178266 is #E87D99. Grayscale: #5E5E5E. Windows color (decimal): -15236506 or 6717975. OLE color: 6717975.
HSL color Cylindrical-coordinate representation of color #178266: hue angle of 164.3º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178266 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 102 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.49 |
| HSL | 164.3º | 0.7% | 0.3% | - |
| HSV(B) | 164.3º | 0.82% | 0.51% | - |
| XYZ | 10.73 | 17.11 | 15.31 | - |
| YUV | 94.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 102 | 0.82 | 0 | 0.22 | 0.49 | 164.3 | 0.7 | 0.3 |
| Hex | 17 | 82 | 66 | 52 | 0 | 16 | 31 | A4 | 46 | 1E |
| Octal | 27 | 202 | 146 | 122 | 0 | 26 | 61 | 244 | 106 | 36 |
| Binary | 10111 | 10000010 | 1100110 | 1010010 | 0 | 10110 | 110001 | 10100100 | 1000110 | 11110 |
Color Harmonies of #178266
Complementary color
Monochromatic Colors of #178266
Black with #178266
Text Example
Text Example
White with #178266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178266; }
p { color: rgb(23,130,102); }
H1.HeaderClassName
{
color: #178266;
}
.AnyTagClassName
{
color: #178266;
}
</style>
background-color css
<style>
a { background-color: #178266; }
a { background-color: rgb(23,130,102); }
div.DivClassName
{
background-color: #178266;
}
.BgClassName
{
background-color: #178266;
}
</style>
border-color css
<style>
span { border-color: #178266; }
span { border-color: rgb(23,130,102); }
td.TdClassName
{
border-color: #178266;
}
.TagClassName
{
border-color: #178266;
}
</style>