Shades of Deep Sea #188366
Tints of Deep Sea #188366
RGB
CMYK
RGB Variations
Color information
#188366 (or 0x188366) is known color: Deep Sea. HEX triplet: 18, 83 and 66. RGB value is (24,131,102). Sum of RGB (Red+Green+Blue) = 24+131+102=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 131 (51.56% from 255 or 50.97% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 131 - color contains mainly: green. Hex color #188366 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188366 is #E77C99. Grayscale: #5F5F5F. Windows color (decimal): -15170714 or 6718232. OLE color: 6718232.
HSL color Cylindrical-coordinate representation of color #188366: hue angle of 163.74º degrees, saturation: 0.69, 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 #188366 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 102 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.49 |
| HSL | 163.74º | 0.69% | 0.3% | - |
| HSV(B) | 163.74º | 0.82% | 0.51% | - |
| XYZ | 10.89 | 17.39 | 15.35 | - |
| YUV | 95.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 102 | 0.82 | 0 | 0.22 | 0.49 | 163.74 | 0.69 | 0.3 |
| Hex | 18 | 83 | 66 | 52 | 0 | 16 | 31 | A4 | 45 | 1E |
| Octal | 30 | 203 | 146 | 122 | 0 | 26 | 61 | 244 | 105 | 36 |
| Binary | 11000 | 10000011 | 1100110 | 1010010 | 0 | 10110 | 110001 | 10100100 | 1000101 | 11110 |
Color Harmonies of #188366
Complementary color
Monochromatic Colors of #188366
Black with #188366
Text Example
Text Example
White with #188366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188366; }
p { color: rgb(24,131,102); }
H1.HeaderClassName
{
color: #188366;
}
.AnyTagClassName
{
color: #188366;
}
</style>
background-color css
<style>
a { background-color: #188366; }
a { background-color: rgb(24,131,102); }
div.DivClassName
{
background-color: #188366;
}
.BgClassName
{
background-color: #188366;
}
</style>
border-color css
<style>
span { border-color: #188366; }
span { border-color: rgb(24,131,102); }
td.TdClassName
{
border-color: #188366;
}
.TagClassName
{
border-color: #188366;
}
</style>