Shades of Deep Sea #1B825F
Tints of Deep Sea #1B825F
RGB
CMYK
RGB Variations
Color information
#1B825F (or 0x1B825F) is known color: Deep Sea. HEX triplet: 1B, 82 and 5F. RGB value is (27,130,95). Sum of RGB (Red+Green+Blue) = 27+130+95=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #1B825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B825F is #E47DA0. Grayscale: #5F5F5F. Windows color (decimal): -14974369 or 6259227. OLE color: 6259227.
HSL color Cylindrical-coordinate representation of color #1B825F: hue angle of 159.61º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B825F is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 95 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.49 |
| HSL | 159.61º | 0.66% | 0.31% | - |
| HSV(B) | 159.61º | 0.79% | 0.51% | - |
| XYZ | 10.5 | 17.02 | 13.56 | - |
| YUV | 95.21 | 127.88 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 95 | 0.79 | 0 | 0.27 | 0.49 | 159.61 | 0.66 | 0.31 |
| Hex | 1B | 82 | 5F | 4F | 0 | 1B | 31 | A0 | 42 | 1F |
| Octal | 33 | 202 | 137 | 117 | 0 | 33 | 61 | 240 | 102 | 37 |
| Binary | 11011 | 10000010 | 1011111 | 1001111 | 0 | 11011 | 110001 | 10100000 | 1000010 | 11111 |
Color Harmonies of #1B825F
Complementary color
Monochromatic Colors of #1B825F
Black with #1B825F
Text Example
Text Example
White with #1B825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B825F; }
p { color: rgb(27,130,95); }
H1.HeaderClassName
{
color: #1B825F;
}
.AnyTagClassName
{
color: #1B825F;
}
</style>
background-color css
<style>
a { background-color: #1B825F; }
a { background-color: rgb(27,130,95); }
div.DivClassName
{
background-color: #1B825F;
}
.BgClassName
{
background-color: #1B825F;
}
</style>
border-color css
<style>
span { border-color: #1B825F; }
span { border-color: rgb(27,130,95); }
td.TdClassName
{
border-color: #1B825F;
}
.TagClassName
{
border-color: #1B825F;
}
</style>