Shades of Light Sea Green #1CBAB2
Tints of Light Sea Green #1CBAB2
RGB
CMYK
RGB Variations
Color information
#1CBAB2 (or 0x1CBAB2) is known color: Light Sea Green. HEX triplet: 1C, BA and B2. RGB value is (28,186,178). Sum of RGB (Red+Green+Blue) = 28+186+178=392 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.14% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAB2 is #E3454D. Grayscale: #898989. Windows color (decimal): -14894414 or 11713052. OLE color: 11713052.
HSL color Cylindrical-coordinate representation of color #1CBAB2: hue angle of 176.96º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBAB2 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 178 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.27 |
| HSL | 176.96º | 0.74% | 0.42% | - |
| HSV(B) | 176.96º | 0.85% | 0.73% | - |
| XYZ | 26.07 | 38.58 | 48.19 | - |
| YUV | 137.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 178 | 0.85 | 0 | 0.04 | 0.27 | 176.96 | 0.74 | 0.42 |
| Hex | 1C | BA | B2 | 55 | 0 | 4 | 1B | B1 | 4A | 2A |
| Octal | 34 | 272 | 262 | 125 | 0 | 4 | 33 | 261 | 112 | 52 |
| Binary | 11100 | 10111010 | 10110010 | 1010101 | 0 | 100 | 11011 | 10110001 | 1001010 | 101010 |
Color Harmonies of #1CBAB2
Complementary color
Monochromatic Colors of #1CBAB2
Black with #1CBAB2
Text Example
Text Example
White with #1CBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAB2; }
p { color: rgb(28,186,178); }
H1.HeaderClassName
{
color: #1CBAB2;
}
.AnyTagClassName
{
color: #1CBAB2;
}
</style>
background-color css
<style>
a { background-color: #1CBAB2; }
a { background-color: rgb(28,186,178); }
div.DivClassName
{
background-color: #1CBAB2;
}
.BgClassName
{
background-color: #1CBAB2;
}
</style>
border-color css
<style>
span { border-color: #1CBAB2; }
span { border-color: rgb(28,186,178); }
td.TdClassName
{
border-color: #1CBAB2;
}
.TagClassName
{
border-color: #1CBAB2;
}
</style>