Shades of Light Sea Green #1BBBBC
Tints of Light Sea Green #1BBBBC
RGB
CMYK
RGB Variations
Color information
#1BBBBC (or 0x1BBBBC) is known color: Light Sea Green. HEX triplet: 1B, BB and BC. RGB value is (27,187,188). Sum of RGB (Red+Green+Blue) = 27+187+188=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #1BBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBBBC is #E44443. Grayscale: #8B8B8B. Windows color (decimal): -14959684 or 12368667. OLE color: 12368667.
HSL color Cylindrical-coordinate representation of color #1BBBBC: hue angle of 180.37º 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 #1BBBBC is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 187 | 188 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.26 |
| HSL | 180.37º | 0.75% | 0.42% | - |
| HSV(B) | 180.37º | 0.86% | 0.74% | - |
| XYZ | 27.3 | 39.4 | 53.74 | - |
| YUV | 139.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 187 | 188 | 0.86 | 0.01 | 0 | 0.26 | 180.37 | 0.75 | 0.42 |
| Hex | 1B | BB | BC | 56 | 1 | 0 | 1A | B4 | 4B | 2A |
| Octal | 33 | 273 | 274 | 126 | 1 | 0 | 32 | 264 | 113 | 52 |
| Binary | 11011 | 10111011 | 10111100 | 1010110 | 1 | 0 | 11010 | 10110100 | 1001011 | 101010 |
Color Harmonies of #1BBBBC
Complementary color
Monochromatic Colors of #1BBBBC
Black with #1BBBBC
Text Example
Text Example
White with #1BBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBBBC; }
p { color: rgb(27,187,188); }
H1.HeaderClassName
{
color: #1BBBBC;
}
.AnyTagClassName
{
color: #1BBBBC;
}
</style>
background-color css
<style>
a { background-color: #1BBBBC; }
a { background-color: rgb(27,187,188); }
div.DivClassName
{
background-color: #1BBBBC;
}
.BgClassName
{
background-color: #1BBBBC;
}
</style>
border-color css
<style>
span { border-color: #1BBBBC; }
span { border-color: rgb(27,187,188); }
td.TdClassName
{
border-color: #1BBBBC;
}
.TagClassName
{
border-color: #1BBBBC;
}
</style>