Shades of Deep Sea #188260
Tints of Deep Sea #188260
RGB
CMYK
RGB Variations
Color information
#188260 (or 0x188260) is known color: Deep Sea. HEX triplet: 18, 82 and 60. RGB value is (24,130,96). Sum of RGB (Red+Green+Blue) = 24+130+96=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #188260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188260 is #E77D9F. Grayscale: #5E5E5E. Windows color (decimal): -15170976 or 6324760. OLE color: 6324760.
HSL color Cylindrical-coordinate representation of color #188260: hue angle of 160.75º 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 #188260 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 96 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.49 |
| HSL | 160.75º | 0.69% | 0.3% | - |
| HSV(B) | 160.75º | 0.82% | 0.51% | - |
| XYZ | 10.47 | 17 | 13.8 | - |
| YUV | 94.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 96 | 0.82 | 0 | 0.26 | 0.49 | 160.75 | 0.69 | 0.3 |
| Hex | 18 | 82 | 60 | 52 | 0 | 1A | 31 | A1 | 45 | 1E |
| Octal | 30 | 202 | 140 | 122 | 0 | 32 | 61 | 241 | 105 | 36 |
| Binary | 11000 | 10000010 | 1100000 | 1010010 | 0 | 11010 | 110001 | 10100001 | 1000101 | 11110 |
Color Harmonies of #188260
Complementary color
Monochromatic Colors of #188260
Black with #188260
Text Example
Text Example
White with #188260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188260; }
p { color: rgb(24,130,96); }
H1.HeaderClassName
{
color: #188260;
}
.AnyTagClassName
{
color: #188260;
}
</style>
background-color css
<style>
a { background-color: #188260; }
a { background-color: rgb(24,130,96); }
div.DivClassName
{
background-color: #188260;
}
.BgClassName
{
background-color: #188260;
}
</style>
border-color css
<style>
span { border-color: #188260; }
span { border-color: rgb(24,130,96); }
td.TdClassName
{
border-color: #188260;
}
.TagClassName
{
border-color: #188260;
}
</style>