Shades of Light Sea Green #1BC1BC
Tints of Light Sea Green #1BC1BC
RGB
CMYK
RGB Variations
Color information
#1BC1BC (or 0x1BC1BC) is known color: Light Sea Green. HEX triplet: 1B, C1 and BC. RGB value is (27,193,188). Sum of RGB (Red+Green+Blue) = 27+193+188=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC1BC is #E43E43. Grayscale: #8E8E8E. Windows color (decimal): -14958148 or 12370203. OLE color: 12370203.
HSL color Cylindrical-coordinate representation of color #1BC1BC: hue angle of 178.19º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC1BC is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 193 | 188 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.24 |
| HSL | 178.19º | 0.75% | 0.43% | - |
| HSV(B) | 178.19º | 0.86% | 0.76% | - |
| XYZ | 28.6 | 42 | 54.18 | - |
| YUV | 142.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 193 | 188 | 0.86 | 0 | 0.03 | 0.24 | 178.19 | 0.75 | 0.43 |
| Hex | 1B | C1 | BC | 56 | 0 | 3 | 18 | B2 | 4B | 2B |
| Octal | 33 | 301 | 274 | 126 | 0 | 3 | 30 | 262 | 113 | 53 |
| Binary | 11011 | 11000001 | 10111100 | 1010110 | 0 | 11 | 11000 | 10110010 | 1001011 | 101011 |
Color Harmonies of #1BC1BC
Complementary color
Monochromatic Colors of #1BC1BC
Black with #1BC1BC
Text Example
Text Example
White with #1BC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC1BC; }
p { color: rgb(27,193,188); }
H1.HeaderClassName
{
color: #1BC1BC;
}
.AnyTagClassName
{
color: #1BC1BC;
}
</style>
background-color css
<style>
a { background-color: #1BC1BC; }
a { background-color: rgb(27,193,188); }
div.DivClassName
{
background-color: #1BC1BC;
}
.BgClassName
{
background-color: #1BC1BC;
}
</style>
border-color css
<style>
span { border-color: #1BC1BC; }
span { border-color: rgb(27,193,188); }
td.TdClassName
{
border-color: #1BC1BC;
}
.TagClassName
{
border-color: #1BC1BC;
}
</style>