Shades of Light Sea Green #1CB49B
Tints of Light Sea Green #1CB49B
RGB
CMYK
RGB Variations
Color information
#1CB49B (or 0x1CB49B) is known color: Light Sea Green. HEX triplet: 1C, B4 and 9B. RGB value is (28,180,155). Sum of RGB (Red+Green+Blue) = 28+180+155=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB49B is #E34B64. Grayscale: #838383. Windows color (decimal): -14895973 or 10204188. OLE color: 10204188.
HSL color Cylindrical-coordinate representation of color #1CB49B: hue angle of 170.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB49B is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 155 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.29 |
| HSL | 170.13º | 0.73% | 0.41% | - |
| HSV(B) | 170.13º | 0.84% | 0.71% | - |
| XYZ | 22.72 | 35.26 | 36.62 | - |
| YUV | 131.7 | 141.14 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 155 | 0.84 | 0 | 0.14 | 0.29 | 170.13 | 0.73 | 0.41 |
| Hex | 1C | B4 | 9B | 54 | 0 | E | 1D | AA | 49 | 29 |
| Octal | 34 | 264 | 233 | 124 | 0 | 16 | 35 | 252 | 111 | 51 |
| Binary | 11100 | 10110100 | 10011011 | 1010100 | 0 | 1110 | 11101 | 10101010 | 1001001 | 101001 |
Color Harmonies of #1CB49B
Complementary color
Monochromatic Colors of #1CB49B
Black with #1CB49B
Text Example
Text Example
White with #1CB49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB49B; }
p { color: rgb(28,180,155); }
H1.HeaderClassName
{
color: #1CB49B;
}
.AnyTagClassName
{
color: #1CB49B;
}
</style>
background-color css
<style>
a { background-color: #1CB49B; }
a { background-color: rgb(28,180,155); }
div.DivClassName
{
background-color: #1CB49B;
}
.BgClassName
{
background-color: #1CB49B;
}
</style>
border-color css
<style>
span { border-color: #1CB49B; }
span { border-color: rgb(28,180,155); }
td.TdClassName
{
border-color: #1CB49B;
}
.TagClassName
{
border-color: #1CB49B;
}
</style>