Shades of Light Sea Green #1BBCB2
Tints of Light Sea Green #1BBCB2
RGB
CMYK
RGB Variations
Color information
#1BBCB2 (or 0x1BBCB2) is known color: Light Sea Green. HEX triplet: 1B, BC and B2. RGB value is (27,188,178). Sum of RGB (Red+Green+Blue) = 27+188+178=393 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.87% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBCB2 is #E4434D. Grayscale: #8A8A8A. Windows color (decimal): -14959438 or 11713563. OLE color: 11713563.
HSL color Cylindrical-coordinate representation of color #1BBCB2: hue angle of 176.27º 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 #1BBCB2 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 188 | 178 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.26 |
| HSL | 176.27º | 0.75% | 0.42% | - |
| HSV(B) | 176.27º | 0.86% | 0.74% | - |
| XYZ | 26.47 | 39.41 | 48.33 | - |
| YUV | 138.72 | 150.16 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 188 | 178 | 0.86 | 0 | 0.05 | 0.26 | 176.27 | 0.75 | 0.42 |
| Hex | 1B | BC | B2 | 56 | 0 | 5 | 1A | B0 | 4B | 2A |
| Octal | 33 | 274 | 262 | 126 | 0 | 5 | 32 | 260 | 113 | 52 |
| Binary | 11011 | 10111100 | 10110010 | 1010110 | 0 | 101 | 11010 | 10110000 | 1001011 | 101010 |
Color Harmonies of #1BBCB2
Complementary color
Monochromatic Colors of #1BBCB2
Black with #1BBCB2
Text Example
Text Example
White with #1BBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBCB2; }
p { color: rgb(27,188,178); }
H1.HeaderClassName
{
color: #1BBCB2;
}
.AnyTagClassName
{
color: #1BBCB2;
}
</style>
background-color css
<style>
a { background-color: #1BBCB2; }
a { background-color: rgb(27,188,178); }
div.DivClassName
{
background-color: #1BBCB2;
}
.BgClassName
{
background-color: #1BBCB2;
}
</style>
border-color css
<style>
span { border-color: #1BBCB2; }
span { border-color: rgb(27,188,178); }
td.TdClassName
{
border-color: #1BBCB2;
}
.TagClassName
{
border-color: #1BBCB2;
}
</style>