Shades of Light Sea Green #1BC9B8
Tints of Light Sea Green #1BC9B8
RGB
CMYK
RGB Variations
Color information
#1BC9B8 (or 0x1BC9B8) is known color: Light Sea Green. HEX triplet: 1B, C9 and B8. RGB value is (27,201,184). Sum of RGB (Red+Green+Blue) = 27+201+184=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC9B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9B8 is #E43647. Grayscale: #929292. Windows color (decimal): -14956104 or 12110107. OLE color: 12110107.
HSL color Cylindrical-coordinate representation of color #1BC9B8: hue angle of 174.14º 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 #1BC9B8 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 201 | 184 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.21 |
| HSL | 174.14º | 0.76% | 0.45% | - |
| HSV(B) | 174.14º | 0.87% | 0.79% | - |
| XYZ | 29.99 | 45.47 | 52.54 | - |
| YUV | 147.04 | 148.85 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 184 | 0.87 | 0 | 0.08 | 0.21 | 174.14 | 0.76 | 0.45 |
| Hex | 1B | C9 | B8 | 57 | 0 | 8 | 15 | AE | 4C | 2D |
| Octal | 33 | 311 | 270 | 127 | 0 | 10 | 25 | 256 | 114 | 55 |
| Binary | 11011 | 11001001 | 10111000 | 1010111 | 0 | 1000 | 10101 | 10101110 | 1001100 | 101101 |
Color Harmonies of #1BC9B8
Complementary color
Monochromatic Colors of #1BC9B8
Black with #1BC9B8
Text Example
Text Example
White with #1BC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC9B8; }
p { color: rgb(27,201,184); }
H1.HeaderClassName
{
color: #1BC9B8;
}
.AnyTagClassName
{
color: #1BC9B8;
}
</style>
background-color css
<style>
a { background-color: #1BC9B8; }
a { background-color: rgb(27,201,184); }
div.DivClassName
{
background-color: #1BC9B8;
}
.BgClassName
{
background-color: #1BC9B8;
}
</style>
border-color css
<style>
span { border-color: #1BC9B8; }
span { border-color: rgb(27,201,184); }
td.TdClassName
{
border-color: #1BC9B8;
}
.TagClassName
{
border-color: #1BC9B8;
}
</style>