Shades of Light Sea Green #1BBC9C
Tints of Light Sea Green #1BBC9C
RGB
CMYK
RGB Variations
Color information
#1BBC9C (or 0x1BBC9C) is known color: Light Sea Green. HEX triplet: 1B, BC and 9C. RGB value is (27,188,156). Sum of RGB (Red+Green+Blue) = 27+188+156=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBC9C is #E44363. Grayscale: #888888. Windows color (decimal): -14959460 or 10271771. OLE color: 10271771.
HSL color Cylindrical-coordinate representation of color #1BBC9C: hue angle of 168.07º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBC9C is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 156 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.26 |
| HSL | 168.07º | 0.75% | 0.42% | - |
| HSV(B) | 168.07º | 0.86% | 0.74% | - |
| XYZ | 24.44 | 38.6 | 37.62 | - |
| YUV | 136.21 | 139.16 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 156 | 0.86 | 0 | 0.17 | 0.26 | 168.07 | 0.75 | 0.42 |
| Hex | 1B | BC | 9C | 56 | 0 | 11 | 1A | A8 | 4B | 2A |
| Octal | 33 | 274 | 234 | 126 | 0 | 21 | 32 | 250 | 113 | 52 |
| Binary | 11011 | 10111100 | 10011100 | 1010110 | 0 | 10001 | 11010 | 10101000 | 1001011 | 101010 |
Color Harmonies of #1BBC9C
Complementary color
Monochromatic Colors of #1BBC9C
Black with #1BBC9C
Text Example
Text Example
White with #1BBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBC9C; }
p { color: rgb(27,188,156); }
H1.HeaderClassName
{
color: #1BBC9C;
}
.AnyTagClassName
{
color: #1BBC9C;
}
</style>
background-color css
<style>
a { background-color: #1BBC9C; }
a { background-color: rgb(27,188,156); }
div.DivClassName
{
background-color: #1BBC9C;
}
.BgClassName
{
background-color: #1BBC9C;
}
</style>
border-color css
<style>
span { border-color: #1BBC9C; }
span { border-color: rgb(27,188,156); }
td.TdClassName
{
border-color: #1BBC9C;
}
.TagClassName
{
border-color: #1BBC9C;
}
</style>