Shades of Sea Green #1B935C
Tints of Sea Green #1B935C
RGB
CMYK
RGB Variations
Color information
#1B935C (or 0x1B935C) is known color: Sea Green. HEX triplet: 1B, 93 and 5C. RGB value is (27,147,92). Sum of RGB (Red+Green+Blue) = 27+147+92=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #1B935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B935C is #E46CA3. Grayscale: #686868. Windows color (decimal): -14970020 or 6066971. OLE color: 6066971.
HSL color Cylindrical-coordinate representation of color #1B935C: hue angle of 152.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B935C is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 147 | 92 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.42 |
| HSL | 152.5º | 0.69% | 0.34% | - |
| HSV(B) | 152.5º | 0.82% | 0.58% | - |
| XYZ | 12.82 | 21.87 | 13.67 | - |
| YUV | 104.85 | 120.74 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 147 | 92 | 0.82 | 0 | 0.37 | 0.42 | 152.5 | 0.69 | 0.34 |
| Hex | 1B | 93 | 5C | 52 | 0 | 25 | 2A | 98 | 45 | 22 |
| Octal | 33 | 223 | 134 | 122 | 0 | 45 | 52 | 230 | 105 | 42 |
| Binary | 11011 | 10010011 | 1011100 | 1010010 | 0 | 100101 | 101010 | 10011000 | 1000101 | 100010 |
Color Harmonies of #1B935C
Complementary color
Monochromatic Colors of #1B935C
Black with #1B935C
Text Example
Text Example
White with #1B935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B935C; }
p { color: rgb(27,147,92); }
H1.HeaderClassName
{
color: #1B935C;
}
.AnyTagClassName
{
color: #1B935C;
}
</style>
background-color css
<style>
a { background-color: #1B935C; }
a { background-color: rgb(27,147,92); }
div.DivClassName
{
background-color: #1B935C;
}
.BgClassName
{
background-color: #1B935C;
}
</style>
border-color css
<style>
span { border-color: #1B935C; }
span { border-color: rgb(27,147,92); }
td.TdClassName
{
border-color: #1B935C;
}
.TagClassName
{
border-color: #1B935C;
}
</style>