Shades of Deep Sea #1A765A
Tints of Deep Sea #1A765A
RGB
CMYK
RGB Variations
Color information
#1A765A (or 0x1A765A) is known color: Deep Sea. HEX triplet: 1A, 76 and 5A. RGB value is (26,118,90). Sum of RGB (Red+Green+Blue) = 26+118+90=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #1A765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A765A is #E589A5. Grayscale: #575757. Windows color (decimal): -15042982 or 5928474. OLE color: 5928474.
HSL color Cylindrical-coordinate representation of color #1A765A: hue angle of 161.74º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A765A is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 118 | 90 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.54 |
| HSL | 161.74º | 0.64% | 0.28% | - |
| HSV(B) | 161.74º | 0.78% | 0.46% | - |
| XYZ | 8.75 | 13.91 | 11.9 | - |
| YUV | 87.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 90 | 0.78 | 0 | 0.24 | 0.54 | 161.74 | 0.64 | 0.28 |
| Hex | 1A | 76 | 5A | 4E | 0 | 18 | 36 | A2 | 40 | 1C |
| Octal | 32 | 166 | 132 | 116 | 0 | 30 | 66 | 242 | 100 | 34 |
| Binary | 11010 | 1110110 | 1011010 | 1001110 | 0 | 11000 | 110110 | 10100010 | 1000000 | 11100 |
Color Harmonies of #1A765A
Complementary color
Monochromatic Colors of #1A765A
Black with #1A765A
Text Example
Text Example
White with #1A765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A765A; }
p { color: rgb(26,118,90); }
H1.HeaderClassName
{
color: #1A765A;
}
.AnyTagClassName
{
color: #1A765A;
}
</style>
background-color css
<style>
a { background-color: #1A765A; }
a { background-color: rgb(26,118,90); }
div.DivClassName
{
background-color: #1A765A;
}
.BgClassName
{
background-color: #1A765A;
}
</style>
border-color css
<style>
span { border-color: #1A765A; }
span { border-color: rgb(26,118,90); }
td.TdClassName
{
border-color: #1A765A;
}
.TagClassName
{
border-color: #1A765A;
}
</style>