Shades of Light Sea Green #1BC0AC
Tints of Light Sea Green #1BC0AC
RGB
CMYK
RGB Variations
Color information
#1BC0AC (or 0x1BC0AC) is known color: Light Sea Green. HEX triplet: 1B, C0 and AC. RGB value is (27,192,172). Sum of RGB (Red+Green+Blue) = 27+192+172=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC0AC is #E43F53. Grayscale: #8C8C8C. Windows color (decimal): -14958420 or 11321371. OLE color: 11321371.
HSL color Cylindrical-coordinate representation of color #1BC0AC: hue angle of 172.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC0AC is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 27 | 192 | 172 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.25 |
| HSL | 172.73º | 0.75% | 0.43% | - |
| HSV(B) | 172.73º | 0.86% | 0.75% | - |
| XYZ | 26.75 | 40.91 | 45.52 | - |
| YUV | 140.39 | 145.84 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 192 | 172 | 0.86 | 0 | 0.10 | 0.25 | 172.73 | 0.75 | 0.43 |
| Hex | 1B | C0 | AC | 56 | 0 | A | 19 | AD | 4B | 2B |
| Octal | 33 | 300 | 254 | 126 | 0 | 12 | 31 | 255 | 113 | 53 |
| Binary | 11011 | 11000000 | 10101100 | 1010110 | 0 | 1010 | 11001 | 10101101 | 1001011 | 101011 |
Color Harmonies of #1BC0AC
Complementary color
Monochromatic Colors of #1BC0AC
Black with #1BC0AC
Text Example
Text Example
White with #1BC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC0AC; }
p { color: rgb(27,192,172); }
H1.HeaderClassName
{
color: #1BC0AC;
}
.AnyTagClassName
{
color: #1BC0AC;
}
</style>
background-color css
<style>
a { background-color: #1BC0AC; }
a { background-color: rgb(27,192,172); }
div.DivClassName
{
background-color: #1BC0AC;
}
.BgClassName
{
background-color: #1BC0AC;
}
</style>
border-color css
<style>
span { border-color: #1BC0AC; }
span { border-color: rgb(27,192,172); }
td.TdClassName
{
border-color: #1BC0AC;
}
.TagClassName
{
border-color: #1BC0AC;
}
</style>