Shades of Deep Sea #188169
Tints of Deep Sea #188169
RGB
CMYK
RGB Variations
Color information
#188169 (or 0x188169) is known color: Deep Sea. HEX triplet: 18, 81 and 69. RGB value is (24,129,105). Sum of RGB (Red+Green+Blue) = 24+129+105=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 129 (50.78% from 255 or 50% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 129 - color contains mainly: green. Hex color #188169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188169 is #E77E96. Grayscale: #5E5E5E. Windows color (decimal): -15171223 or 6914328. OLE color: 6914328.
HSL color Cylindrical-coordinate representation of color #188169: hue angle of 166.29º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188169 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 105 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.49 |
| HSL | 166.29º | 0.69% | 0.3% | - |
| HSV(B) | 166.29º | 0.81% | 0.51% | - |
| XYZ | 10.78 | 16.91 | 16.06 | - |
| YUV | 94.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 105 | 0.81 | 0 | 0.19 | 0.49 | 166.29 | 0.69 | 0.3 |
| Hex | 18 | 81 | 69 | 51 | 0 | 13 | 31 | A6 | 45 | 1E |
| Octal | 30 | 201 | 151 | 121 | 0 | 23 | 61 | 246 | 105 | 36 |
| Binary | 11000 | 10000001 | 1101001 | 1010001 | 0 | 10011 | 110001 | 10100110 | 1000101 | 11110 |
Color Harmonies of #188169
Complementary color
Monochromatic Colors of #188169
Black with #188169
Text Example
Text Example
White with #188169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188169; }
p { color: rgb(24,129,105); }
H1.HeaderClassName
{
color: #188169;
}
.AnyTagClassName
{
color: #188169;
}
</style>
background-color css
<style>
a { background-color: #188169; }
a { background-color: rgb(24,129,105); }
div.DivClassName
{
background-color: #188169;
}
.BgClassName
{
background-color: #188169;
}
</style>
border-color css
<style>
span { border-color: #188169; }
span { border-color: rgb(24,129,105); }
td.TdClassName
{
border-color: #188169;
}
.TagClassName
{
border-color: #188169;
}
</style>