Shades of Light Sea Green #1CB5AB
Tints of Light Sea Green #1CB5AB
RGB
CMYK
RGB Variations
Color information
#1CB5AB (or 0x1CB5AB) is known color: Light Sea Green. HEX triplet: 1C, B5 and AB. RGB value is (28,181,171). Sum of RGB (Red+Green+Blue) = 28+181+171=380 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.37% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB5AB is #E34A54. Grayscale: #868686. Windows color (decimal): -14895701 or 11253020. OLE color: 11253020.
HSL color Cylindrical-coordinate representation of color #1CB5AB: hue angle of 176.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB5AB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 171 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.29 |
| HSL | 176.08º | 0.73% | 0.41% | - |
| HSV(B) | 176.08º | 0.85% | 0.71% | - |
| XYZ | 24.35 | 36.23 | 44.24 | - |
| YUV | 134.11 | 148.81 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 171 | 0.85 | 0 | 0.06 | 0.29 | 176.08 | 0.73 | 0.41 |
| Hex | 1C | B5 | AB | 55 | 0 | 6 | 1D | B0 | 49 | 29 |
| Octal | 34 | 265 | 253 | 125 | 0 | 6 | 35 | 260 | 111 | 51 |
| Binary | 11100 | 10110101 | 10101011 | 1010101 | 0 | 110 | 11101 | 10110000 | 1001001 | 101001 |
Color Harmonies of #1CB5AB
Complementary color
Monochromatic Colors of #1CB5AB
Black with #1CB5AB
Text Example
Text Example
White with #1CB5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB5AB; }
p { color: rgb(28,181,171); }
H1.HeaderClassName
{
color: #1CB5AB;
}
.AnyTagClassName
{
color: #1CB5AB;
}
</style>
background-color css
<style>
a { background-color: #1CB5AB; }
a { background-color: rgb(28,181,171); }
div.DivClassName
{
background-color: #1CB5AB;
}
.BgClassName
{
background-color: #1CB5AB;
}
</style>
border-color css
<style>
span { border-color: #1CB5AB; }
span { border-color: rgb(28,181,171); }
td.TdClassName
{
border-color: #1CB5AB;
}
.TagClassName
{
border-color: #1CB5AB;
}
</style>