Shades of Deep Sea #107B5A
Tints of Deep Sea #107B5A
RGB
CMYK
RGB Variations
Color information
#107B5A (or 0x107B5A) is known color: Deep Sea. HEX triplet: 10, 7B and 5A. RGB value is (16,123,90). Sum of RGB (Red+Green+Blue) = 16+123+90=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #107B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B5A is #EF84A5. Grayscale: #575757. Windows color (decimal): -15697062 or 5929744. OLE color: 5929744.
HSL color Cylindrical-coordinate representation of color #107B5A: hue angle of 161.5º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107B5A is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 123 | 90 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.52 |
| HSL | 161.5º | 0.77% | 0.27% | - |
| HSV(B) | 161.5º | 0.87% | 0.48% | - |
| XYZ | 9.14 | 15.01 | 12.09 | - |
| YUV | 87.25 | 129.55 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 90 | 0.87 | 0 | 0.27 | 0.52 | 161.5 | 0.77 | 0.27 |
| Hex | 10 | 7B | 5A | 57 | 0 | 1B | 34 | A1 | 4D | 1B |
| Octal | 20 | 173 | 132 | 127 | 0 | 33 | 64 | 241 | 115 | 33 |
| Binary | 10000 | 1111011 | 1011010 | 1010111 | 0 | 11011 | 110100 | 10100001 | 1001101 | 11011 |
Color Harmonies of #107B5A
Complementary color
Monochromatic Colors of #107B5A
Black with #107B5A
Text Example
Text Example
White with #107B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107B5A; }
p { color: rgb(16,123,90); }
H1.HeaderClassName
{
color: #107B5A;
}
.AnyTagClassName
{
color: #107B5A;
}
</style>
background-color css
<style>
a { background-color: #107B5A; }
a { background-color: rgb(16,123,90); }
div.DivClassName
{
background-color: #107B5A;
}
.BgClassName
{
background-color: #107B5A;
}
</style>
border-color css
<style>
span { border-color: #107B5A; }
span { border-color: rgb(16,123,90); }
td.TdClassName
{
border-color: #107B5A;
}
.TagClassName
{
border-color: #107B5A;
}
</style>