Shades of Deep Sea #1B755A
Tints of Deep Sea #1B755A
RGB
CMYK
RGB Variations
Color information
#1B755A (or 0x1B755A) is known color: Deep Sea. HEX triplet: 1B, 75 and 5A. RGB value is (27,117,90). Sum of RGB (Red+Green+Blue) = 27+117+90=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #1B755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B755A is #E48AA5. Grayscale: #575757. Windows color (decimal): -14977702 or 5928219. OLE color: 5928219.
HSL color Cylindrical-coordinate representation of color #1B755A: hue angle of 162º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B755A is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 90 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.54 |
| HSL | 162º | 0.63% | 0.28% | - |
| HSV(B) | 162º | 0.77% | 0.46% | - |
| XYZ | 8.66 | 13.69 | 11.86 | - |
| YUV | 87.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 90 | 0.77 | 0 | 0.23 | 0.54 | 162 | 0.63 | 0.28 |
| Hex | 1B | 75 | 5A | 4D | 0 | 17 | 36 | A2 | 3E | 1C |
| Octal | 33 | 165 | 132 | 115 | 0 | 27 | 66 | 242 | 76 | 34 |
| Binary | 11011 | 1110101 | 1011010 | 1001101 | 0 | 10111 | 110110 | 10100010 | 111110 | 11100 |
Color Harmonies of #1B755A
Complementary color
Monochromatic Colors of #1B755A
Black with #1B755A
Text Example
Text Example
White with #1B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B755A; }
p { color: rgb(27,117,90); }
H1.HeaderClassName
{
color: #1B755A;
}
.AnyTagClassName
{
color: #1B755A;
}
</style>
background-color css
<style>
a { background-color: #1B755A; }
a { background-color: rgb(27,117,90); }
div.DivClassName
{
background-color: #1B755A;
}
.BgClassName
{
background-color: #1B755A;
}
</style>
border-color css
<style>
span { border-color: #1B755A; }
span { border-color: rgb(27,117,90); }
td.TdClassName
{
border-color: #1B755A;
}
.TagClassName
{
border-color: #1B755A;
}
</style>