Shades of Light Sea Green #1BCDAB
Tints of Light Sea Green #1BCDAB
RGB
CMYK
RGB Variations
Color information
#1BCDAB (or 0x1BCDAB) is known color: Light Sea Green. HEX triplet: 1B, CD and AB. RGB value is (27,205,171). Sum of RGB (Red+Green+Blue) = 27+205+171=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCDAB is #E43254. Grayscale: #939393. Windows color (decimal): -14955093 or 11259163. OLE color: 11259163.
HSL color Cylindrical-coordinate representation of color #1BCDAB: hue angle of 168.54º 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 #1BCDAB is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 171 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.20 |
| HSL | 168.54º | 0.77% | 0.45% | - |
| HSV(B) | 168.54º | 0.87% | 0.8% | - |
| XYZ | 29.63 | 46.84 | 46.01 | - |
| YUV | 147.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 171 | 0.87 | 0 | 0.17 | 0.20 | 168.54 | 0.77 | 0.45 |
| Hex | 1B | CD | AB | 57 | 0 | 11 | 14 | A9 | 4D | 2D |
| Octal | 33 | 315 | 253 | 127 | 0 | 21 | 24 | 251 | 115 | 55 |
| Binary | 11011 | 11001101 | 10101011 | 1010111 | 0 | 10001 | 10100 | 10101001 | 1001101 | 101101 |
Color Harmonies of #1BCDAB
Complementary color
Monochromatic Colors of #1BCDAB
Black with #1BCDAB
Text Example
Text Example
White with #1BCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDAB; }
p { color: rgb(27,205,171); }
H1.HeaderClassName
{
color: #1BCDAB;
}
.AnyTagClassName
{
color: #1BCDAB;
}
</style>
background-color css
<style>
a { background-color: #1BCDAB; }
a { background-color: rgb(27,205,171); }
div.DivClassName
{
background-color: #1BCDAB;
}
.BgClassName
{
background-color: #1BCDAB;
}
</style>
border-color css
<style>
span { border-color: #1BCDAB; }
span { border-color: rgb(27,205,171); }
td.TdClassName
{
border-color: #1BCDAB;
}
.TagClassName
{
border-color: #1BCDAB;
}
</style>