Shades of Deep Sea #1A855E
Tints of Deep Sea #1A855E
RGB
CMYK
RGB Variations
Color information
#1A855E (or 0x1A855E) is known color: Deep Sea. HEX triplet: 1A, 85 and 5E. RGB value is (26,133,94). Sum of RGB (Red+Green+Blue) = 26+133+94=253 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.28% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #1A855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A855E is #E57AA1. Grayscale: #606060. Windows color (decimal): -15039138 or 6194458. OLE color: 6194458.
HSL color Cylindrical-coordinate representation of color #1A855E: hue angle of 158.13º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A855E is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 94 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.48 |
| HSL | 158.13º | 0.67% | 0.31% | - |
| HSV(B) | 158.13º | 0.8% | 0.52% | - |
| XYZ | 10.83 | 17.8 | 13.45 | - |
| YUV | 96.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 94 | 0.80 | 0 | 0.29 | 0.48 | 158.13 | 0.67 | 0.31 |
| Hex | 1A | 85 | 5E | 50 | 0 | 1D | 30 | 9E | 43 | 1F |
| Octal | 32 | 205 | 136 | 120 | 0 | 35 | 60 | 236 | 103 | 37 |
| Binary | 11010 | 10000101 | 1011110 | 1010000 | 0 | 11101 | 110000 | 10011110 | 1000011 | 11111 |
Color Harmonies of #1A855E
Complementary color
Monochromatic Colors of #1A855E
Black with #1A855E
Text Example
Text Example
White with #1A855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A855E; }
p { color: rgb(26,133,94); }
H1.HeaderClassName
{
color: #1A855E;
}
.AnyTagClassName
{
color: #1A855E;
}
</style>
background-color css
<style>
a { background-color: #1A855E; }
a { background-color: rgb(26,133,94); }
div.DivClassName
{
background-color: #1A855E;
}
.BgClassName
{
background-color: #1A855E;
}
</style>
border-color css
<style>
span { border-color: #1A855E; }
span { border-color: rgb(26,133,94); }
td.TdClassName
{
border-color: #1A855E;
}
.TagClassName
{
border-color: #1A855E;
}
</style>