Shades of Deep Sea #1F825D
Tints of Deep Sea #1F825D
RGB
CMYK
RGB Variations
Color information
#1F825D (or 0x1F825D) is known color: Deep Sea. HEX triplet: 1F, 82 and 5D. RGB value is (31,130,93). Sum of RGB (Red+Green+Blue) = 31+130+93=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825D is #E07DA2. Grayscale: #606060. Windows color (decimal): -14712227 or 6128159. OLE color: 6128159.
HSL color Cylindrical-coordinate representation of color #1F825D: hue angle of 157.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825D is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 31 | 130 | 93 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.49 |
| HSL | 157.58º | 0.61% | 0.32% | - |
| HSV(B) | 157.58º | 0.76% | 0.51% | - |
| XYZ | 10.52 | 17.05 | 13.09 | - |
| YUV | 96.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 130 | 93 | 0.76 | 0 | 0.28 | 0.49 | 157.58 | 0.61 | 0.32 |
| Hex | 1F | 82 | 5D | 4C | 0 | 1C | 31 | 9E | 3D | 20 |
| Octal | 37 | 202 | 135 | 114 | 0 | 34 | 61 | 236 | 75 | 40 |
| Binary | 11111 | 10000010 | 1011101 | 1001100 | 0 | 11100 | 110001 | 10011110 | 111101 | 100000 |
Color Harmonies of #1F825D
Complementary color
Monochromatic Colors of #1F825D
Black with #1F825D
Text Example
Text Example
White with #1F825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F825D; }
p { color: rgb(31,130,93); }
H1.HeaderClassName
{
color: #1F825D;
}
.AnyTagClassName
{
color: #1F825D;
}
</style>
background-color css
<style>
a { background-color: #1F825D; }
a { background-color: rgb(31,130,93); }
div.DivClassName
{
background-color: #1F825D;
}
.BgClassName
{
background-color: #1F825D;
}
</style>
border-color css
<style>
span { border-color: #1F825D; }
span { border-color: rgb(31,130,93); }
td.TdClassName
{
border-color: #1F825D;
}
.TagClassName
{
border-color: #1F825D;
}
</style>