Shades of Light Sea Green #1CBBA0
Tints of Light Sea Green #1CBBA0
RGB
CMYK
RGB Variations
Color information
#1CBBA0 (or 0x1CBBA0) is known color: Light Sea Green. HEX triplet: 1C, BB and A0. RGB value is (28,187,160). Sum of RGB (Red+Green+Blue) = 28+187+160=375 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.47% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA0 is #E3445F. Grayscale: #888888. Windows color (decimal): -14894176 or 10533660. OLE color: 10533660.
HSL color Cylindrical-coordinate representation of color #1CBBA0: hue angle of 169.81º 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 #1CBBA0 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 160 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.27 |
| HSL | 169.81º | 0.74% | 0.42% | - |
| HSV(B) | 169.81º | 0.85% | 0.73% | - |
| XYZ | 24.59 | 38.33 | 39.36 | - |
| YUV | 136.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 160 | 0.85 | 0 | 0.14 | 0.27 | 169.81 | 0.74 | 0.42 |
| Hex | 1C | BB | A0 | 55 | 0 | E | 1B | AA | 4A | 2A |
| Octal | 34 | 273 | 240 | 125 | 0 | 16 | 33 | 252 | 112 | 52 |
| Binary | 11100 | 10111011 | 10100000 | 1010101 | 0 | 1110 | 11011 | 10101010 | 1001010 | 101010 |
Color Harmonies of #1CBBA0
Complementary color
Monochromatic Colors of #1CBBA0
Black with #1CBBA0
Text Example
Text Example
White with #1CBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBA0; }
p { color: rgb(28,187,160); }
H1.HeaderClassName
{
color: #1CBBA0;
}
.AnyTagClassName
{
color: #1CBBA0;
}
</style>
background-color css
<style>
a { background-color: #1CBBA0; }
a { background-color: rgb(28,187,160); }
div.DivClassName
{
background-color: #1CBBA0;
}
.BgClassName
{
background-color: #1CBBA0;
}
</style>
border-color css
<style>
span { border-color: #1CBBA0; }
span { border-color: rgb(28,187,160); }
td.TdClassName
{
border-color: #1CBBA0;
}
.TagClassName
{
border-color: #1CBBA0;
}
</style>