Shades of Deep Sea #178261
Tints of Deep Sea #178261
RGB
CMYK
RGB Variations
Color information
#178261 (or 0x178261) is known color: Deep Sea. HEX triplet: 17, 82 and 61. RGB value is (23,130,97). Sum of RGB (Red+Green+Blue) = 23+130+97=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #178261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178261 is #E87D9E. Grayscale: #5E5E5E. Windows color (decimal): -15236511 or 6390295. OLE color: 6390295.
HSL color Cylindrical-coordinate representation of color #178261: hue angle of 161.5º 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 #178261 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 130 | 97 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.49 |
| HSL | 161.5º | 0.7% | 0.3% | - |
| HSV(B) | 161.5º | 0.82% | 0.51% | - |
| XYZ | 10.49 | 17.01 | 14.04 | - |
| YUV | 94.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 97 | 0.82 | 0 | 0.25 | 0.49 | 161.5 | 0.7 | 0.3 |
| Hex | 17 | 82 | 61 | 52 | 0 | 19 | 31 | A1 | 46 | 1E |
| Octal | 27 | 202 | 141 | 122 | 0 | 31 | 61 | 241 | 106 | 36 |
| Binary | 10111 | 10000010 | 1100001 | 1010010 | 0 | 11001 | 110001 | 10100001 | 1000110 | 11110 |
Color Harmonies of #178261
Complementary color
Monochromatic Colors of #178261
Black with #178261
Text Example
Text Example
White with #178261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178261; }
p { color: rgb(23,130,97); }
H1.HeaderClassName
{
color: #178261;
}
.AnyTagClassName
{
color: #178261;
}
</style>
background-color css
<style>
a { background-color: #178261; }
a { background-color: rgb(23,130,97); }
div.DivClassName
{
background-color: #178261;
}
.BgClassName
{
background-color: #178261;
}
</style>
border-color css
<style>
span { border-color: #178261; }
span { border-color: rgb(23,130,97); }
td.TdClassName
{
border-color: #178261;
}
.TagClassName
{
border-color: #178261;
}
</style>