Shades of Light Sea Green #1BC2B8
Tints of Light Sea Green #1BC2B8
RGB
CMYK
RGB Variations
Color information
#1BC2B8 (or 0x1BC2B8) is known color: Light Sea Green. HEX triplet: 1B, C2 and B8. RGB value is (27,194,184). Sum of RGB (Red+Green+Blue) = 27+194+184=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC2B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC2B8 is #E43D47. Grayscale: #8E8E8E. Windows color (decimal): -14957896 or 12108315. OLE color: 12108315.
HSL color Cylindrical-coordinate representation of color #1BC2B8: hue angle of 176.41º degrees, saturation: 0.76, 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 #1BC2B8 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 184 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.24 |
| HSL | 176.41º | 0.76% | 0.43% | - |
| HSV(B) | 176.41º | 0.86% | 0.76% | - |
| XYZ | 28.4 | 42.28 | 52.01 | - |
| YUV | 142.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 184 | 0.86 | 0 | 0.05 | 0.24 | 176.41 | 0.76 | 0.43 |
| Hex | 1B | C2 | B8 | 56 | 0 | 5 | 18 | B0 | 4C | 2B |
| Octal | 33 | 302 | 270 | 126 | 0 | 5 | 30 | 260 | 114 | 53 |
| Binary | 11011 | 11000010 | 10111000 | 1010110 | 0 | 101 | 11000 | 10110000 | 1001100 | 101011 |
Color Harmonies of #1BC2B8
Complementary color
Monochromatic Colors of #1BC2B8
Black with #1BC2B8
Text Example
Text Example
White with #1BC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC2B8; }
p { color: rgb(27,194,184); }
H1.HeaderClassName
{
color: #1BC2B8;
}
.AnyTagClassName
{
color: #1BC2B8;
}
</style>
background-color css
<style>
a { background-color: #1BC2B8; }
a { background-color: rgb(27,194,184); }
div.DivClassName
{
background-color: #1BC2B8;
}
.BgClassName
{
background-color: #1BC2B8;
}
</style>
border-color css
<style>
span { border-color: #1BC2B8; }
span { border-color: rgb(27,194,184); }
td.TdClassName
{
border-color: #1BC2B8;
}
.TagClassName
{
border-color: #1BC2B8;
}
</style>