Shades of Deep Sea #188066
Tints of Deep Sea #188066
RGB
CMYK
RGB Variations
Color information
#188066 (or 0x188066) is known color: Deep Sea. HEX triplet: 18, 80 and 66. RGB value is (24,128,102). Sum of RGB (Red+Green+Blue) = 24+128+102=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 128 (50.39% from 255 or 50.39% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 128 - color contains mainly: green. Hex color #188066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188066 is #E77F99. Grayscale: #5D5D5D. Windows color (decimal): -15171482 or 6717464. OLE color: 6717464.
HSL color Cylindrical-coordinate representation of color #188066: hue angle of 165º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188066 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 128 | 102 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.50 |
| HSL | 165º | 0.68% | 0.3% | - |
| HSV(B) | 165º | 0.81% | 0.5% | - |
| XYZ | 10.49 | 16.59 | 15.22 | - |
| YUV | 93.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 102 | 0.81 | 0 | 0.20 | 0.50 | 165 | 0.68 | 0.3 |
| Hex | 18 | 80 | 66 | 51 | 0 | 14 | 32 | A5 | 44 | 1E |
| Octal | 30 | 200 | 146 | 121 | 0 | 24 | 62 | 245 | 104 | 36 |
| Binary | 11000 | 10000000 | 1100110 | 1010001 | 0 | 10100 | 110010 | 10100101 | 1000100 | 11110 |
Color Harmonies of #188066
Complementary color
Monochromatic Colors of #188066
Black with #188066
Text Example
Text Example
White with #188066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188066; }
p { color: rgb(24,128,102); }
H1.HeaderClassName
{
color: #188066;
}
.AnyTagClassName
{
color: #188066;
}
</style>
background-color css
<style>
a { background-color: #188066; }
a { background-color: rgb(24,128,102); }
div.DivClassName
{
background-color: #188066;
}
.BgClassName
{
background-color: #188066;
}
</style>
border-color css
<style>
span { border-color: #188066; }
span { border-color: rgb(24,128,102); }
td.TdClassName
{
border-color: #188066;
}
.TagClassName
{
border-color: #188066;
}
</style>