Shades of Deep Sea #1C755B
Tints of Deep Sea #1C755B
RGB
CMYK
RGB Variations
Color information
#1C755B (or 0x1C755B) is known color: Deep Sea. HEX triplet: 1C, 75 and 5B. RGB value is (28,117,91). Sum of RGB (Red+Green+Blue) = 28+117+91=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #1C755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C755B is #E38AA4. Grayscale: #575757. Windows color (decimal): -14912165 or 5993756. OLE color: 5993756.
HSL color Cylindrical-coordinate representation of color #1C755B: hue angle of 162.47º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C755B is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 117 | 91 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.54 |
| HSL | 162.47º | 0.61% | 0.28% | - |
| HSV(B) | 162.47º | 0.76% | 0.46% | - |
| XYZ | 8.73 | 13.72 | 12.09 | - |
| YUV | 87.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 91 | 0.76 | 0 | 0.22 | 0.54 | 162.47 | 0.61 | 0.28 |
| Hex | 1C | 75 | 5B | 4C | 0 | 16 | 36 | A2 | 3D | 1C |
| Octal | 34 | 165 | 133 | 114 | 0 | 26 | 66 | 242 | 75 | 34 |
| Binary | 11100 | 1110101 | 1011011 | 1001100 | 0 | 10110 | 110110 | 10100010 | 111101 | 11100 |
Color Harmonies of #1C755B
Complementary color
Monochromatic Colors of #1C755B
Black with #1C755B
Text Example
Text Example
White with #1C755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C755B; }
p { color: rgb(28,117,91); }
H1.HeaderClassName
{
color: #1C755B;
}
.AnyTagClassName
{
color: #1C755B;
}
</style>
background-color css
<style>
a { background-color: #1C755B; }
a { background-color: rgb(28,117,91); }
div.DivClassName
{
background-color: #1C755B;
}
.BgClassName
{
background-color: #1C755B;
}
</style>
border-color css
<style>
span { border-color: #1C755B; }
span { border-color: rgb(28,117,91); }
td.TdClassName
{
border-color: #1C755B;
}
.TagClassName
{
border-color: #1C755B;
}
</style>