Shades of Light Sea Green #1BCCAB
Tints of Light Sea Green #1BCCAB
RGB
CMYK
RGB Variations
Color information
#1BCCAB (or 0x1BCCAB) is known color: Light Sea Green. HEX triplet: 1B, CC and AB. RGB value is (27,204,171). Sum of RGB (Red+Green+Blue) = 27+204+171=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCCAB is #E43354. Grayscale: #939393. Windows color (decimal): -14955349 or 11258907. OLE color: 11258907.
HSL color Cylindrical-coordinate representation of color #1BCCAB: hue angle of 168.81º 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 #1BCCAB is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 204 | 171 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.2 |
| HSL | 168.81º | 0.77% | 0.45% | - |
| HSV(B) | 168.81º | 0.87% | 0.8% | - |
| XYZ | 29.4 | 46.36 | 45.93 | - |
| YUV | 147.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 171 | 0.87 | 0 | 0.16 | 0.2 | 168.81 | 0.77 | 0.45 |
| Hex | 1B | CC | AB | 57 | 0 | 10 | 14 | A9 | 4D | 2D |
| Octal | 33 | 314 | 253 | 127 | 0 | 20 | 24 | 251 | 115 | 55 |
| Binary | 11011 | 11001100 | 10101011 | 1010111 | 0 | 10000 | 10100 | 10101001 | 1001101 | 101101 |
Color Harmonies of #1BCCAB
Complementary color
Monochromatic Colors of #1BCCAB
Black with #1BCCAB
Text Example
Text Example
White with #1BCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCAB; }
p { color: rgb(27,204,171); }
H1.HeaderClassName
{
color: #1BCCAB;
}
.AnyTagClassName
{
color: #1BCCAB;
}
</style>
background-color css
<style>
a { background-color: #1BCCAB; }
a { background-color: rgb(27,204,171); }
div.DivClassName
{
background-color: #1BCCAB;
}
.BgClassName
{
background-color: #1BCCAB;
}
</style>
border-color css
<style>
span { border-color: #1BCCAB; }
span { border-color: rgb(27,204,171); }
td.TdClassName
{
border-color: #1BCCAB;
}
.TagClassName
{
border-color: #1BCCAB;
}
</style>