Shades of Light Sea Green #1CBCA8
Tints of Light Sea Green #1CBCA8
RGB
CMYK
RGB Variations
Color information
#1CBCA8 (or 0x1CBCA8) is known color: Light Sea Green. HEX triplet: 1C, BC and A8. RGB value is (28,188,168). Sum of RGB (Red+Green+Blue) = 28+188+168=384 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.29% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCA8 is #E34357. Grayscale: #898989. Windows color (decimal): -14893912 or 11058204. OLE color: 11058204.
HSL color Cylindrical-coordinate representation of color #1CBCA8: hue angle of 172.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCA8 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 168 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.26 |
| HSL | 172.5º | 0.74% | 0.42% | - |
| HSV(B) | 172.5º | 0.85% | 0.74% | - |
| XYZ | 25.53 | 39.04 | 43.24 | - |
| YUV | 137.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 168 | 0.85 | 0 | 0.11 | 0.26 | 172.5 | 0.74 | 0.42 |
| Hex | 1C | BC | A8 | 55 | 0 | B | 1A | AC | 4A | 2A |
| Octal | 34 | 274 | 250 | 125 | 0 | 13 | 32 | 254 | 112 | 52 |
| Binary | 11100 | 10111100 | 10101000 | 1010101 | 0 | 1011 | 11010 | 10101100 | 1001010 | 101010 |
Color Harmonies of #1CBCA8
Complementary color
Monochromatic Colors of #1CBCA8
Black with #1CBCA8
Text Example
Text Example
White with #1CBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCA8; }
p { color: rgb(28,188,168); }
H1.HeaderClassName
{
color: #1CBCA8;
}
.AnyTagClassName
{
color: #1CBCA8;
}
</style>
background-color css
<style>
a { background-color: #1CBCA8; }
a { background-color: rgb(28,188,168); }
div.DivClassName
{
background-color: #1CBCA8;
}
.BgClassName
{
background-color: #1CBCA8;
}
</style>
border-color css
<style>
span { border-color: #1CBCA8; }
span { border-color: rgb(28,188,168); }
td.TdClassName
{
border-color: #1CBCA8;
}
.TagClassName
{
border-color: #1CBCA8;
}
</style>