Shades of Light Sea Green #1CBCBB
Tints of Light Sea Green #1CBCBB
RGB
CMYK
RGB Variations
Color information
#1CBCBB (or 0x1CBCBB) is known color: Light Sea Green. HEX triplet: 1C, BC and BB. RGB value is (28,188,187). Sum of RGB (Red+Green+Blue) = 28+188+187=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCBB is #E34344. Grayscale: #8B8B8B. Windows color (decimal): -14893893 or 12303388. OLE color: 12303388.
HSL color Cylindrical-coordinate representation of color #1CBCBB: hue angle of 179.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCBB is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 187 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.26 |
| HSL | 179.63º | 0.74% | 0.42% | - |
| HSV(B) | 179.63º | 0.85% | 0.74% | - |
| XYZ | 27.43 | 39.8 | 53.25 | - |
| YUV | 140.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 187 | 0.85 | 0 | 0.01 | 0.26 | 179.63 | 0.74 | 0.42 |
| Hex | 1C | BC | BB | 55 | 0 | 1 | 1A | B4 | 4A | 2A |
| Octal | 34 | 274 | 273 | 125 | 0 | 1 | 32 | 264 | 112 | 52 |
| Binary | 11100 | 10111100 | 10111011 | 1010101 | 0 | 1 | 11010 | 10110100 | 1001010 | 101010 |
Color Harmonies of #1CBCBB
Complementary color
Monochromatic Colors of #1CBCBB
Black with #1CBCBB
Text Example
Text Example
White with #1CBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCBB; }
p { color: rgb(28,188,187); }
H1.HeaderClassName
{
color: #1CBCBB;
}
.AnyTagClassName
{
color: #1CBCBB;
}
</style>
background-color css
<style>
a { background-color: #1CBCBB; }
a { background-color: rgb(28,188,187); }
div.DivClassName
{
background-color: #1CBCBB;
}
.BgClassName
{
background-color: #1CBCBB;
}
</style>
border-color css
<style>
span { border-color: #1CBCBB; }
span { border-color: rgb(28,188,187); }
td.TdClassName
{
border-color: #1CBCBB;
}
.TagClassName
{
border-color: #1CBCBB;
}
</style>