Shades of Deep Sea #1F825E
Tints of Deep Sea #1F825E
RGB
CMYK
RGB Variations
Color information
#1F825E (or 0x1F825E) is known color: Deep Sea. HEX triplet: 1F, 82 and 5E. RGB value is (31,130,94). Sum of RGB (Red+Green+Blue) = 31+130+94=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825E is #E07DA1. Grayscale: #606060. Windows color (decimal): -14712226 or 6193695. OLE color: 6193695.
HSL color Cylindrical-coordinate representation of color #1F825E: hue angle of 158.18º 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 #1F825E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
RGB | 31 | 130 | 94 | - |
CMYK | 0.76 | 0 | 0.28 | 0.49 |
HSL | 158.18º | 0.61% | 0.32% | - |
HSV(B) | 158.18º | 0.76% | 0.51% | - |
XYZ | 10.57 | 17.06 | 13.33 | - |
YUV | 96.3 | 126.7 | 81.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 130 | 94 | 0.76 | 0 | 0.28 | 0.49 | 158.18 | 0.61 | 0.32 |
Hex | 1F | 82 | 5E | 4C | 0 | 1C | 31 | 9E | 3D | 20 |
Octal | 37 | 202 | 136 | 114 | 0 | 34 | 61 | 236 | 75 | 40 |
Binary | 11111 | 10000010 | 1011110 | 1001100 | 0 | 11100 | 110001 | 10011110 | 111101 | 100000 |
Color Harmonies of #1F825E
Complementary color
Monochromatic Colors of #1F825E
Black with #1F825E
Text Example
Text Example
White with #1F825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F825E; }
p { color: rgb(31,130,94); }
H1.HeaderClassName
{
color: #1F825E;
}
.AnyTagClassName
{
color: #1F825E;
}
</style>
background-color css
<style>
a { background-color: #1F825E; }
a { background-color: rgb(31,130,94); }
div.DivClassName
{
background-color: #1F825E;
}
.BgClassName
{
background-color: #1F825E;
}
</style>
border-color css
<style>
span { border-color: #1F825E; }
span { border-color: rgb(31,130,94); }
td.TdClassName
{
border-color: #1F825E;
}
.TagClassName
{
border-color: #1F825E;
}
</style>