Shades of Light Sea Green #1CBAB4
Tints of Light Sea Green #1CBAB4
RGB
CMYK
RGB Variations
Color information
#1CBAB4 (or 0x1CBAB4) is known color: Light Sea Green. HEX triplet: 1C, BA and B4. RGB value is (28,186,180). Sum of RGB (Red+Green+Blue) = 28+186+180=394 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.11% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAB4 is #E3454B. Grayscale: #898989. Windows color (decimal): -14894412 or 11844124. OLE color: 11844124.
HSL color Cylindrical-coordinate representation of color #1CBAB4: hue angle of 177.72º 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 #1CBAB4 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 180 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.27 |
| HSL | 177.72º | 0.74% | 0.42% | - |
| HSV(B) | 177.72º | 0.85% | 0.73% | - |
| XYZ | 26.28 | 38.66 | 49.26 | - |
| YUV | 138.07 | 151.65 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 180 | 0.85 | 0 | 0.03 | 0.27 | 177.72 | 0.74 | 0.42 |
| Hex | 1C | BA | B4 | 55 | 0 | 3 | 1B | B2 | 4A | 2A |
| Octal | 34 | 272 | 264 | 125 | 0 | 3 | 33 | 262 | 112 | 52 |
| Binary | 11100 | 10111010 | 10110100 | 1010101 | 0 | 11 | 11011 | 10110010 | 1001010 | 101010 |
Color Harmonies of #1CBAB4
Complementary color
Monochromatic Colors of #1CBAB4
Black with #1CBAB4
Text Example
Text Example
White with #1CBAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAB4; }
p { color: rgb(28,186,180); }
H1.HeaderClassName
{
color: #1CBAB4;
}
.AnyTagClassName
{
color: #1CBAB4;
}
</style>
background-color css
<style>
a { background-color: #1CBAB4; }
a { background-color: rgb(28,186,180); }
div.DivClassName
{
background-color: #1CBAB4;
}
.BgClassName
{
background-color: #1CBAB4;
}
</style>
border-color css
<style>
span { border-color: #1CBAB4; }
span { border-color: rgb(28,186,180); }
td.TdClassName
{
border-color: #1CBAB4;
}
.TagClassName
{
border-color: #1CBAB4;
}
</style>