Shades of Light Sea Green #1CB59C
Tints of Light Sea Green #1CB59C
RGB
CMYK
RGB Variations
Color information
#1CB59C (or 0x1CB59C) is known color: Light Sea Green. HEX triplet: 1C, B5 and 9C. RGB value is (28,181,156). Sum of RGB (Red+Green+Blue) = 28+181+156=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 181 (71.09% from 255 or 49.59% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB59C is #E34A63. Grayscale: #848484. Windows color (decimal): -14895716 or 10269980. OLE color: 10269980.
HSL color Cylindrical-coordinate representation of color #1CB59C: hue angle of 170.2º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB59C is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 156 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.29 |
| HSL | 170.2º | 0.73% | 0.41% | - |
| HSV(B) | 170.2º | 0.85% | 0.71% | - |
| XYZ | 23 | 35.69 | 37.13 | - |
| YUV | 132.4 | 141.31 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 156 | 0.85 | 0 | 0.14 | 0.29 | 170.2 | 0.73 | 0.41 |
| Hex | 1C | B5 | 9C | 55 | 0 | E | 1D | AA | 49 | 29 |
| Octal | 34 | 265 | 234 | 125 | 0 | 16 | 35 | 252 | 111 | 51 |
| Binary | 11100 | 10110101 | 10011100 | 1010101 | 0 | 1110 | 11101 | 10101010 | 1001001 | 101001 |
Color Harmonies of #1CB59C
Complementary color
Monochromatic Colors of #1CB59C
Black with #1CB59C
Text Example
Text Example
White with #1CB59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB59C; }
p { color: rgb(28,181,156); }
H1.HeaderClassName
{
color: #1CB59C;
}
.AnyTagClassName
{
color: #1CB59C;
}
</style>
background-color css
<style>
a { background-color: #1CB59C; }
a { background-color: rgb(28,181,156); }
div.DivClassName
{
background-color: #1CB59C;
}
.BgClassName
{
background-color: #1CB59C;
}
</style>
border-color css
<style>
span { border-color: #1CB59C; }
span { border-color: rgb(28,181,156); }
td.TdClassName
{
border-color: #1CB59C;
}
.TagClassName
{
border-color: #1CB59C;
}
</style>