Shades of Light Sea Green #1BCDBB
Tints of Light Sea Green #1BCDBB
RGB
CMYK
RGB Variations
Color information
#1BCDBB (or 0x1BCDBB) is known color: Light Sea Green. HEX triplet: 1B, CD and BB. RGB value is (27,205,187). Sum of RGB (Red+Green+Blue) = 27+205+187=419 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.44% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDBB is #E43244. Grayscale: #959595. Windows color (decimal): -14955077 or 12307739. OLE color: 12307739.
HSL color Cylindrical-coordinate representation of color #1BCDBB: hue angle of 173.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCDBB is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 187 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.20 |
| HSL | 173.93º | 0.77% | 0.45% | - |
| HSV(B) | 173.93º | 0.87% | 0.8% | - |
| XYZ | 31.25 | 47.48 | 54.53 | - |
| YUV | 149.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 187 | 0.87 | 0 | 0.09 | 0.20 | 173.93 | 0.77 | 0.45 |
| Hex | 1B | CD | BB | 57 | 0 | 9 | 14 | AE | 4D | 2D |
| Octal | 33 | 315 | 273 | 127 | 0 | 11 | 24 | 256 | 115 | 55 |
| Binary | 11011 | 11001101 | 10111011 | 1010111 | 0 | 1001 | 10100 | 10101110 | 1001101 | 101101 |
Color Harmonies of #1BCDBB
Complementary color
Monochromatic Colors of #1BCDBB
Black with #1BCDBB
Text Example
Text Example
White with #1BCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDBB; }
p { color: rgb(27,205,187); }
H1.HeaderClassName
{
color: #1BCDBB;
}
.AnyTagClassName
{
color: #1BCDBB;
}
</style>
background-color css
<style>
a { background-color: #1BCDBB; }
a { background-color: rgb(27,205,187); }
div.DivClassName
{
background-color: #1BCDBB;
}
.BgClassName
{
background-color: #1BCDBB;
}
</style>
border-color css
<style>
span { border-color: #1BCDBB; }
span { border-color: rgb(27,205,187); }
td.TdClassName
{
border-color: #1BCDBB;
}
.TagClassName
{
border-color: #1BCDBB;
}
</style>