Shades of Light Sea Green #1BC9BC
Tints of Light Sea Green #1BC9BC
RGB
CMYK
RGB Variations
Color information
#1BC9BC (or 0x1BC9BC) is known color: Light Sea Green. HEX triplet: 1B, C9 and BC. RGB value is (27,201,188). Sum of RGB (Red+Green+Blue) = 27+201+188=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9BC is #E43643. Grayscale: #939393. Windows color (decimal): -14956100 or 12372251. OLE color: 12372251.
HSL color Cylindrical-coordinate representation of color #1BC9BC: hue angle of 175.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC9BC is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 188 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.21 |
| HSL | 175.52º | 0.76% | 0.45% | - |
| HSV(B) | 175.52º | 0.87% | 0.79% | - |
| XYZ | 30.42 | 45.64 | 54.78 | - |
| YUV | 147.49 | 150.85 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 188 | 0.87 | 0 | 0.06 | 0.21 | 175.52 | 0.76 | 0.45 |
| Hex | 1B | C9 | BC | 57 | 0 | 6 | 15 | B0 | 4C | 2D |
| Octal | 33 | 311 | 274 | 127 | 0 | 6 | 25 | 260 | 114 | 55 |
| Binary | 11011 | 11001001 | 10111100 | 1010111 | 0 | 110 | 10101 | 10110000 | 1001100 | 101101 |
Color Harmonies of #1BC9BC
Complementary color
Monochromatic Colors of #1BC9BC
Black with #1BC9BC
Text Example
Text Example
White with #1BC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC9BC; }
p { color: rgb(27,201,188); }
H1.HeaderClassName
{
color: #1BC9BC;
}
.AnyTagClassName
{
color: #1BC9BC;
}
</style>
background-color css
<style>
a { background-color: #1BC9BC; }
a { background-color: rgb(27,201,188); }
div.DivClassName
{
background-color: #1BC9BC;
}
.BgClassName
{
background-color: #1BC9BC;
}
</style>
border-color css
<style>
span { border-color: #1BC9BC; }
span { border-color: rgb(27,201,188); }
td.TdClassName
{
border-color: #1BC9BC;
}
.TagClassName
{
border-color: #1BC9BC;
}
</style>