Shades of Light Sea Green #12C1B9
Tints of Light Sea Green #12C1B9
RGB
CMYK
RGB Variations
Color information
#12C1B9 (or 0x12C1B9) is known color: Light Sea Green. HEX triplet: 12, C1 and B9. RGB value is (18,193,185). Sum of RGB (Red+Green+Blue) = 18+193+185=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #12C1B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C1B9 is #ED3E46. Grayscale: #8B8B8B. Windows color (decimal): -15547975 or 12173586. OLE color: 12173586.
HSL color Cylindrical-coordinate representation of color #12C1B9: hue angle of 177.26º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C1B9 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 193 | 185 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.24 |
| HSL | 177.26º | 0.83% | 0.41% | - |
| HSV(B) | 177.26º | 0.91% | 0.76% | - |
| XYZ | 28.08 | 41.77 | 52.48 | - |
| YUV | 139.76 | 153.52 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 193 | 185 | 0.91 | 0 | 0.04 | 0.24 | 177.26 | 0.83 | 0.41 |
| Hex | 12 | C1 | B9 | 5B | 0 | 4 | 18 | B1 | 53 | 29 |
| Octal | 22 | 301 | 271 | 133 | 0 | 4 | 30 | 261 | 123 | 51 |
| Binary | 10010 | 11000001 | 10111001 | 1011011 | 0 | 100 | 11000 | 10110001 | 1010011 | 101001 |
Color Harmonies of #12C1B9
Complementary color
Monochromatic Colors of #12C1B9
Black with #12C1B9
Text Example
Text Example
White with #12C1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C1B9; }
p { color: rgb(18,193,185); }
H1.HeaderClassName
{
color: #12C1B9;
}
.AnyTagClassName
{
color: #12C1B9;
}
</style>
background-color css
<style>
a { background-color: #12C1B9; }
a { background-color: rgb(18,193,185); }
div.DivClassName
{
background-color: #12C1B9;
}
.BgClassName
{
background-color: #12C1B9;
}
</style>
border-color css
<style>
span { border-color: #12C1B9; }
span { border-color: rgb(18,193,185); }
td.TdClassName
{
border-color: #12C1B9;
}
.TagClassName
{
border-color: #12C1B9;
}
</style>