Shades of Light Sea Green #1CB09C
Tints of Light Sea Green #1CB09C
RGB
CMYK
RGB Variations
Color information
#1CB09C (or 0x1CB09C) is known color: Light Sea Green. HEX triplet: 1C, B0 and 9C. RGB value is (28,176,156). Sum of RGB (Red+Green+Blue) = 28+176+156=360 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.78% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #1CB09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CB09C is #E34F63. Grayscale: #818181. Windows color (decimal): -14896996 or 10268700. OLE color: 10268700.
HSL color Cylindrical-coordinate representation of color #1CB09C: hue angle of 171.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB09C is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 176 | 156 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.31 |
| HSL | 171.89º | 0.73% | 0.4% | - |
| HSV(B) | 171.89º | 0.84% | 0.69% | - |
| XYZ | 22 | 33.7 | 36.8 | - |
| YUV | 129.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 176 | 156 | 0.84 | 0 | 0.11 | 0.31 | 171.89 | 0.73 | 0.4 |
| Hex | 1C | B0 | 9C | 54 | 0 | B | 1F | AC | 49 | 28 |
| Octal | 34 | 260 | 234 | 124 | 0 | 13 | 37 | 254 | 111 | 50 |
| Binary | 11100 | 10110000 | 10011100 | 1010100 | 0 | 1011 | 11111 | 10101100 | 1001001 | 101000 |
Color Harmonies of #1CB09C
Complementary color
Monochromatic Colors of #1CB09C
Black with #1CB09C
Text Example
Text Example
White with #1CB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB09C; }
p { color: rgb(28,176,156); }
H1.HeaderClassName
{
color: #1CB09C;
}
.AnyTagClassName
{
color: #1CB09C;
}
</style>
background-color css
<style>
a { background-color: #1CB09C; }
a { background-color: rgb(28,176,156); }
div.DivClassName
{
background-color: #1CB09C;
}
.BgClassName
{
background-color: #1CB09C;
}
</style>
border-color css
<style>
span { border-color: #1CB09C; }
span { border-color: rgb(28,176,156); }
td.TdClassName
{
border-color: #1CB09C;
}
.TagClassName
{
border-color: #1CB09C;
}
</style>