Shades of Deep Sea #188261
Tints of Deep Sea #188261
RGB
CMYK
RGB Variations
Color information
#188261 (or 0x188261) is known color: Deep Sea. HEX triplet: 18, 82 and 61. RGB value is (24,130,97). Sum of RGB (Red+Green+Blue) = 24+130+97=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #188261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188261 is #E77D9E. Grayscale: #5E5E5E. Windows color (decimal): -15170975 or 6390296. OLE color: 6390296.
HSL color Cylindrical-coordinate representation of color #188261: hue angle of 161.32º 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 #188261 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 97 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.49 |
| HSL | 161.32º | 0.69% | 0.3% | - |
| HSV(B) | 161.32º | 0.82% | 0.51% | - |
| XYZ | 10.52 | 17.02 | 14.04 | - |
| YUV | 94.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 97 | 0.82 | 0 | 0.25 | 0.49 | 161.32 | 0.69 | 0.3 |
| Hex | 18 | 82 | 61 | 52 | 0 | 19 | 31 | A1 | 45 | 1E |
| Octal | 30 | 202 | 141 | 122 | 0 | 31 | 61 | 241 | 105 | 36 |
| Binary | 11000 | 10000010 | 1100001 | 1010010 | 0 | 11001 | 110001 | 10100001 | 1000101 | 11110 |
Color Harmonies of #188261
Complementary color
Monochromatic Colors of #188261
Black with #188261
Text Example
Text Example
White with #188261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188261; }
p { color: rgb(24,130,97); }
H1.HeaderClassName
{
color: #188261;
}
.AnyTagClassName
{
color: #188261;
}
</style>
background-color css
<style>
a { background-color: #188261; }
a { background-color: rgb(24,130,97); }
div.DivClassName
{
background-color: #188261;
}
.BgClassName
{
background-color: #188261;
}
</style>
border-color css
<style>
span { border-color: #188261; }
span { border-color: rgb(24,130,97); }
td.TdClassName
{
border-color: #188261;
}
.TagClassName
{
border-color: #188261;
}
</style>