Shades of Light Sea Green #1BC8AC
Tints of Light Sea Green #1BC8AC
RGB
CMYK
RGB Variations
Color information
#1BC8AC (or 0x1BC8AC) is known color: Light Sea Green. HEX triplet: 1B, C8 and AC. RGB value is (27,200,172). Sum of RGB (Red+Green+Blue) = 27+200+172=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC8AC is #E43753. Grayscale: #919191. Windows color (decimal): -14956372 or 11323419. OLE color: 11323419.
HSL color Cylindrical-coordinate representation of color #1BC8AC: hue angle of 170.29º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC8AC is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 172 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.22 |
| HSL | 170.29º | 0.76% | 0.45% | - |
| HSV(B) | 170.29º | 0.87% | 0.78% | - |
| XYZ | 28.55 | 44.52 | 46.12 | - |
| YUV | 145.08 | 143.19 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 172 | 0.86 | 0 | 0.14 | 0.22 | 170.29 | 0.76 | 0.45 |
| Hex | 1B | C8 | AC | 56 | 0 | E | 16 | AA | 4C | 2D |
| Octal | 33 | 310 | 254 | 126 | 0 | 16 | 26 | 252 | 114 | 55 |
| Binary | 11011 | 11001000 | 10101100 | 1010110 | 0 | 1110 | 10110 | 10101010 | 1001100 | 101101 |
Color Harmonies of #1BC8AC
Complementary color
Monochromatic Colors of #1BC8AC
Black with #1BC8AC
Text Example
Text Example
White with #1BC8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC8AC; }
p { color: rgb(27,200,172); }
H1.HeaderClassName
{
color: #1BC8AC;
}
.AnyTagClassName
{
color: #1BC8AC;
}
</style>
background-color css
<style>
a { background-color: #1BC8AC; }
a { background-color: rgb(27,200,172); }
div.DivClassName
{
background-color: #1BC8AC;
}
.BgClassName
{
background-color: #1BC8AC;
}
</style>
border-color css
<style>
span { border-color: #1BC8AC; }
span { border-color: rgb(27,200,172); }
td.TdClassName
{
border-color: #1BC8AC;
}
.TagClassName
{
border-color: #1BC8AC;
}
</style>