Shades of Light Sea Green #1BCBBA
Tints of Light Sea Green #1BCBBA
RGB
CMYK
RGB Variations
Color information
#1BCBBA (or 0x1BCBBA) is known color: Light Sea Green. HEX triplet: 1B, CB and BA. RGB value is (27,203,186). Sum of RGB (Red+Green+Blue) = 27+203+186=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 203 (79.69% from 255 or 48.80% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 203 - color contains mainly: green. Hex color #1BCBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBBA is #E43445. Grayscale: #949494. Windows color (decimal): -14955590 or 12241691. OLE color: 12241691.
HSL color Cylindrical-coordinate representation of color #1BCBBA: hue angle of 174.2º 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 #1BCBBA is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 203 | 186 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.20 |
| HSL | 174.2º | 0.77% | 0.45% | - |
| HSV(B) | 174.2º | 0.87% | 0.8% | - |
| XYZ | 30.67 | 46.49 | 53.81 | - |
| YUV | 148.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 186 | 0.87 | 0 | 0.08 | 0.20 | 174.2 | 0.77 | 0.45 |
| Hex | 1B | CB | BA | 57 | 0 | 8 | 14 | AE | 4D | 2D |
| Octal | 33 | 313 | 272 | 127 | 0 | 10 | 24 | 256 | 115 | 55 |
| Binary | 11011 | 11001011 | 10111010 | 1010111 | 0 | 1000 | 10100 | 10101110 | 1001101 | 101101 |
Color Harmonies of #1BCBBA
Complementary color
Monochromatic Colors of #1BCBBA
Black with #1BCBBA
Text Example
Text Example
White with #1BCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBBA; }
p { color: rgb(27,203,186); }
H1.HeaderClassName
{
color: #1BCBBA;
}
.AnyTagClassName
{
color: #1BCBBA;
}
</style>
background-color css
<style>
a { background-color: #1BCBBA; }
a { background-color: rgb(27,203,186); }
div.DivClassName
{
background-color: #1BCBBA;
}
.BgClassName
{
background-color: #1BCBBA;
}
</style>
border-color css
<style>
span { border-color: #1BCBBA; }
span { border-color: rgb(27,203,186); }
td.TdClassName
{
border-color: #1BCBBA;
}
.TagClassName
{
border-color: #1BCBBA;
}
</style>