Shades of Sea Green #1B985A
Tints of Sea Green #1B985A
RGB
CMYK
RGB Variations
Color information
#1B985A (or 0x1B985A) is known color: Sea Green. HEX triplet: 1B, 98 and 5A. RGB value is (27,152,90). Sum of RGB (Red+Green+Blue) = 27+152+90=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #1B985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B985A is #E467A5. Grayscale: #6B6B6B. Windows color (decimal): -14968742 or 5937179. OLE color: 5937179.
HSL color Cylindrical-coordinate representation of color #1B985A: hue angle of 150.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B985A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 152 | 90 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.40 |
| HSL | 150.24º | 0.7% | 0.35% | - |
| HSV(B) | 150.24º | 0.82% | 0.6% | - |
| XYZ | 13.53 | 23.43 | 13.48 | - |
| YUV | 107.56 | 118.09 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 152 | 90 | 0.82 | 0 | 0.41 | 0.40 | 150.24 | 0.7 | 0.35 |
| Hex | 1B | 98 | 5A | 52 | 0 | 29 | 28 | 96 | 46 | 23 |
| Octal | 33 | 230 | 132 | 122 | 0 | 51 | 50 | 226 | 106 | 43 |
| Binary | 11011 | 10011000 | 1011010 | 1010010 | 0 | 101001 | 101000 | 10010110 | 1000110 | 100011 |
Color Harmonies of #1B985A
Complementary color
Monochromatic Colors of #1B985A
Black with #1B985A
Text Example
Text Example
White with #1B985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B985A; }
p { color: rgb(27,152,90); }
H1.HeaderClassName
{
color: #1B985A;
}
.AnyTagClassName
{
color: #1B985A;
}
</style>
background-color css
<style>
a { background-color: #1B985A; }
a { background-color: rgb(27,152,90); }
div.DivClassName
{
background-color: #1B985A;
}
.BgClassName
{
background-color: #1B985A;
}
</style>
border-color css
<style>
span { border-color: #1B985A; }
span { border-color: rgb(27,152,90); }
td.TdClassName
{
border-color: #1B985A;
}
.TagClassName
{
border-color: #1B985A;
}
</style>