Shades of Deep Sea #188362
Tints of Deep Sea #188362
RGB
CMYK
RGB Variations
Color information
#188362 (or 0x188362) is known color: Deep Sea. HEX triplet: 18, 83 and 62. RGB value is (24,131,98). Sum of RGB (Red+Green+Blue) = 24+131+98=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #188362 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188362 is #E77C9D. Grayscale: #5F5F5F. Windows color (decimal): -15170718 or 6456088. OLE color: 6456088.
HSL color Cylindrical-coordinate representation of color #188362: hue angle of 161.5º 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 #188362 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 98 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.49 |
| HSL | 161.5º | 0.69% | 0.3% | - |
| HSV(B) | 161.5º | 0.82% | 0.51% | - |
| XYZ | 10.7 | 17.31 | 14.33 | - |
| YUV | 95.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 98 | 0.82 | 0 | 0.25 | 0.49 | 161.5 | 0.69 | 0.3 |
| Hex | 18 | 83 | 62 | 52 | 0 | 19 | 31 | A1 | 45 | 1E |
| Octal | 30 | 203 | 142 | 122 | 0 | 31 | 61 | 241 | 105 | 36 |
| Binary | 11000 | 10000011 | 1100010 | 1010010 | 0 | 11001 | 110001 | 10100001 | 1000101 | 11110 |
Color Harmonies of #188362
Complementary color
Monochromatic Colors of #188362
Black with #188362
Text Example
Text Example
White with #188362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188362; }
p { color: rgb(24,131,98); }
H1.HeaderClassName
{
color: #188362;
}
.AnyTagClassName
{
color: #188362;
}
</style>
background-color css
<style>
a { background-color: #188362; }
a { background-color: rgb(24,131,98); }
div.DivClassName
{
background-color: #188362;
}
.BgClassName
{
background-color: #188362;
}
</style>
border-color css
<style>
span { border-color: #188362; }
span { border-color: rgb(24,131,98); }
td.TdClassName
{
border-color: #188362;
}
.TagClassName
{
border-color: #188362;
}
</style>