Shades of Light Sea Green #1BCABD
Tints of Light Sea Green #1BCABD
RGB
CMYK
RGB Variations
Color information
#1BCABD (or 0x1BCABD) is known color: Light Sea Green. HEX triplet: 1B, CA and BD. RGB value is (27,202,189). Sum of RGB (Red+Green+Blue) = 27+202+189=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCABD is #E43542. Grayscale: #949494. Windows color (decimal): -14955843 or 12438043. OLE color: 12438043.
HSL color Cylindrical-coordinate representation of color #1BCABD: hue angle of 175.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCABD is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 189 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.21 |
| HSL | 175.54º | 0.76% | 0.45% | - |
| HSV(B) | 175.54º | 0.87% | 0.79% | - |
| XYZ | 30.76 | 46.15 | 55.43 | - |
| YUV | 148.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 189 | 0.87 | 0 | 0.06 | 0.21 | 175.54 | 0.76 | 0.45 |
| Hex | 1B | CA | BD | 57 | 0 | 6 | 15 | B0 | 4C | 2D |
| Octal | 33 | 312 | 275 | 127 | 0 | 6 | 25 | 260 | 114 | 55 |
| Binary | 11011 | 11001010 | 10111101 | 1010111 | 0 | 110 | 10101 | 10110000 | 1001100 | 101101 |
Color Harmonies of #1BCABD
Complementary color
Monochromatic Colors of #1BCABD
Black with #1BCABD
Text Example
Text Example
White with #1BCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCABD; }
p { color: rgb(27,202,189); }
H1.HeaderClassName
{
color: #1BCABD;
}
.AnyTagClassName
{
color: #1BCABD;
}
</style>
background-color css
<style>
a { background-color: #1BCABD; }
a { background-color: rgb(27,202,189); }
div.DivClassName
{
background-color: #1BCABD;
}
.BgClassName
{
background-color: #1BCABD;
}
</style>
border-color css
<style>
span { border-color: #1BCABD; }
span { border-color: rgb(27,202,189); }
td.TdClassName
{
border-color: #1BCABD;
}
.TagClassName
{
border-color: #1BCABD;
}
</style>