Shades of Light Sea Green #12BDAB
Tints of Light Sea Green #12BDAB
RGB
CMYK
RGB Variations
Color information
#12BDAB (or 0x12BDAB) is known color: Light Sea Green. HEX triplet: 12, BD and AB. RGB value is (18,189,171). Sum of RGB (Red+Green+Blue) = 18+189+171=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDAB is #ED4254. Grayscale: #878787. Windows color (decimal): -15549013 or 11255058. OLE color: 11255058.
HSL color Cylindrical-coordinate representation of color #12BDAB: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BDAB is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 171 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.26 |
| HSL | 173.68º | 0.83% | 0.41% | - |
| HSV(B) | 173.68º | 0.9% | 0.74% | - |
| XYZ | 25.8 | 39.46 | 44.79 | - |
| YUV | 135.82 | 147.85 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 171 | 0.90 | 0 | 0.10 | 0.26 | 173.68 | 0.83 | 0.41 |
| Hex | 12 | BD | AB | 5A | 0 | A | 1A | AE | 53 | 29 |
| Octal | 22 | 275 | 253 | 132 | 0 | 12 | 32 | 256 | 123 | 51 |
| Binary | 10010 | 10111101 | 10101011 | 1011010 | 0 | 1010 | 11010 | 10101110 | 1010011 | 101001 |
Color Harmonies of #12BDAB
Complementary color
Monochromatic Colors of #12BDAB
Black with #12BDAB
Text Example
Text Example
White with #12BDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDAB; }
p { color: rgb(18,189,171); }
H1.HeaderClassName
{
color: #12BDAB;
}
.AnyTagClassName
{
color: #12BDAB;
}
</style>
background-color css
<style>
a { background-color: #12BDAB; }
a { background-color: rgb(18,189,171); }
div.DivClassName
{
background-color: #12BDAB;
}
.BgClassName
{
background-color: #12BDAB;
}
</style>
border-color css
<style>
span { border-color: #12BDAB; }
span { border-color: rgb(18,189,171); }
td.TdClassName
{
border-color: #12BDAB;
}
.TagClassName
{
border-color: #12BDAB;
}
</style>