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