Shades of Deep Sea #188464
Tints of Deep Sea #188464
RGB
CMYK
RGB Variations
Color information
#188464 (or 0x188464) is known color: Deep Sea. HEX triplet: 18, 84 and 64. RGB value is (24,132,100). Sum of RGB (Red+Green+Blue) = 24+132+100=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #188464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188464 is #E77B9B. Grayscale: #606060. Windows color (decimal): -15170460 or 6587416. OLE color: 6587416.
HSL color Cylindrical-coordinate representation of color #188464: hue angle of 162.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188464 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 132 | 100 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.48 |
| HSL | 162.22º | 0.69% | 0.31% | - |
| HSV(B) | 162.22º | 0.82% | 0.52% | - |
| XYZ | 10.93 | 17.62 | 14.88 | - |
| YUV | 96.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 100 | 0.82 | 0 | 0.24 | 0.48 | 162.22 | 0.69 | 0.31 |
| Hex | 18 | 84 | 64 | 52 | 0 | 18 | 30 | A2 | 45 | 1F |
| Octal | 30 | 204 | 144 | 122 | 0 | 30 | 60 | 242 | 105 | 37 |
| Binary | 11000 | 10000100 | 1100100 | 1010010 | 0 | 11000 | 110000 | 10100010 | 1000101 | 11111 |
Color Harmonies of #188464
Complementary color
Monochromatic Colors of #188464
Black with #188464
Text Example
Text Example
White with #188464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188464; }
p { color: rgb(24,132,100); }
H1.HeaderClassName
{
color: #188464;
}
.AnyTagClassName
{
color: #188464;
}
</style>
background-color css
<style>
a { background-color: #188464; }
a { background-color: rgb(24,132,100); }
div.DivClassName
{
background-color: #188464;
}
.BgClassName
{
background-color: #188464;
}
</style>
border-color css
<style>
span { border-color: #188464; }
span { border-color: rgb(24,132,100); }
td.TdClassName
{
border-color: #188464;
}
.TagClassName
{
border-color: #188464;
}
</style>