Shades of Deep Sea #1B825E
Tints of Deep Sea #1B825E
RGB
CMYK
RGB Variations
Color information
#1B825E (or 0x1B825E) is known color: Deep Sea. HEX triplet: 1B, 82 and 5E. RGB value is (27,130,94). Sum of RGB (Red+Green+Blue) = 27+130+94=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #1B825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B825E is #E47DA1. Grayscale: #5F5F5F. Windows color (decimal): -14974370 or 6193691. OLE color: 6193691.
HSL color Cylindrical-coordinate representation of color #1B825E: hue angle of 159.03º 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 #1B825E is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 130 | 94 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.49 |
| HSL | 159.03º | 0.66% | 0.31% | - |
| HSV(B) | 159.03º | 0.79% | 0.51% | - |
| XYZ | 10.46 | 17.01 | 13.32 | - |
| YUV | 95.1 | 127.38 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 94 | 0.79 | 0 | 0.28 | 0.49 | 159.03 | 0.66 | 0.31 |
| Hex | 1B | 82 | 5E | 4F | 0 | 1C | 31 | 9F | 42 | 1F |
| Octal | 33 | 202 | 136 | 117 | 0 | 34 | 61 | 237 | 102 | 37 |
| Binary | 11011 | 10000010 | 1011110 | 1001111 | 0 | 11100 | 110001 | 10011111 | 1000010 | 11111 |
Color Harmonies of #1B825E
Complementary color
Monochromatic Colors of #1B825E
Black with #1B825E
Text Example
Text Example
White with #1B825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B825E; }
p { color: rgb(27,130,94); }
H1.HeaderClassName
{
color: #1B825E;
}
.AnyTagClassName
{
color: #1B825E;
}
</style>
background-color css
<style>
a { background-color: #1B825E; }
a { background-color: rgb(27,130,94); }
div.DivClassName
{
background-color: #1B825E;
}
.BgClassName
{
background-color: #1B825E;
}
</style>
border-color css
<style>
span { border-color: #1B825E; }
span { border-color: rgb(27,130,94); }
td.TdClassName
{
border-color: #1B825E;
}
.TagClassName
{
border-color: #1B825E;
}
</style>