Shades of Light Sea Green #1CBB9A
Tints of Light Sea Green #1CBB9A
RGB
CMYK
RGB Variations
Color information
#1CBB9A (or 0x1CBB9A) is known color: Light Sea Green. HEX triplet: 1C, BB and 9A. RGB value is (28,187,154). Sum of RGB (Red+Green+Blue) = 28+187+154=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBB9A is #E34465. Grayscale: #878787. Windows color (decimal): -14894182 or 10140444. OLE color: 10140444.
HSL color Cylindrical-coordinate representation of color #1CBB9A: hue angle of 167.55º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBB9A is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 154 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.27 |
| HSL | 167.55º | 0.74% | 0.42% | - |
| HSV(B) | 167.55º | 0.85% | 0.73% | - |
| XYZ | 24.08 | 38.12 | 36.66 | - |
| YUV | 135.7 | 138.32 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 154 | 0.85 | 0 | 0.18 | 0.27 | 167.55 | 0.74 | 0.42 |
| Hex | 1C | BB | 9A | 55 | 0 | 12 | 1B | A8 | 4A | 2A |
| Octal | 34 | 273 | 232 | 125 | 0 | 22 | 33 | 250 | 112 | 52 |
| Binary | 11100 | 10111011 | 10011010 | 1010101 | 0 | 10010 | 11011 | 10101000 | 1001010 | 101010 |
Color Harmonies of #1CBB9A
Complementary color
Monochromatic Colors of #1CBB9A
Black with #1CBB9A
Text Example
Text Example
White with #1CBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB9A; }
p { color: rgb(28,187,154); }
H1.HeaderClassName
{
color: #1CBB9A;
}
.AnyTagClassName
{
color: #1CBB9A;
}
</style>
background-color css
<style>
a { background-color: #1CBB9A; }
a { background-color: rgb(28,187,154); }
div.DivClassName
{
background-color: #1CBB9A;
}
.BgClassName
{
background-color: #1CBB9A;
}
</style>
border-color css
<style>
span { border-color: #1CBB9A; }
span { border-color: rgb(28,187,154); }
td.TdClassName
{
border-color: #1CBB9A;
}
.TagClassName
{
border-color: #1CBB9A;
}
</style>