Shades of Deep Sea #1C725A
Tints of Deep Sea #1C725A
RGB
CMYK
RGB Variations
Color information
#1C725A (or 0x1C725A) is known color: Deep Sea. HEX triplet: 1C, 72 and 5A. RGB value is (28,114,90). Sum of RGB (Red+Green+Blue) = 28+114+90=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #1C725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C725A is #E38DA5. Grayscale: #555555. Windows color (decimal): -14912934 or 5927452. OLE color: 5927452.
HSL color Cylindrical-coordinate representation of color #1C725A: hue angle of 163.26º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C725A is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 90 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.55 |
| HSL | 163.26º | 0.61% | 0.28% | - |
| HSV(B) | 163.26º | 0.75% | 0.45% | - |
| XYZ | 8.34 | 13.02 | 11.75 | - |
| YUV | 85.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 90 | 0.75 | 0 | 0.21 | 0.55 | 163.26 | 0.61 | 0.28 |
| Hex | 1C | 72 | 5A | 4B | 0 | 15 | 37 | A3 | 3D | 1C |
| Octal | 34 | 162 | 132 | 113 | 0 | 25 | 67 | 243 | 75 | 34 |
| Binary | 11100 | 1110010 | 1011010 | 1001011 | 0 | 10101 | 110111 | 10100011 | 111101 | 11100 |
Color Harmonies of #1C725A
Complementary color
Monochromatic Colors of #1C725A
Black with #1C725A
Text Example
Text Example
White with #1C725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C725A; }
p { color: rgb(28,114,90); }
H1.HeaderClassName
{
color: #1C725A;
}
.AnyTagClassName
{
color: #1C725A;
}
</style>
background-color css
<style>
a { background-color: #1C725A; }
a { background-color: rgb(28,114,90); }
div.DivClassName
{
background-color: #1C725A;
}
.BgClassName
{
background-color: #1C725A;
}
</style>
border-color css
<style>
span { border-color: #1C725A; }
span { border-color: rgb(28,114,90); }
td.TdClassName
{
border-color: #1C725A;
}
.TagClassName
{
border-color: #1C725A;
}
</style>