Shades of Light Sea Green #12BDAA
Tints of Light Sea Green #12BDAA
RGB
CMYK
RGB Variations
Color information
#12BDAA (or 0x12BDAA) is known color: Light Sea Green. HEX triplet: 12, BD and AA. RGB value is (18,189,170). Sum of RGB (Red+Green+Blue) = 18+189+170=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDAA is #ED4255. Grayscale: #878787. Windows color (decimal): -15549014 or 11189522. OLE color: 11189522.
HSL color Cylindrical-coordinate representation of color #12BDAA: hue angle of 173.33º 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 #12BDAA is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 170 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.26 |
| HSL | 173.33º | 0.83% | 0.41% | - |
| HSV(B) | 173.33º | 0.9% | 0.74% | - |
| XYZ | 25.7 | 39.43 | 44.29 | - |
| YUV | 135.71 | 147.35 | 44.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 170 | 0.90 | 0 | 0.10 | 0.26 | 173.33 | 0.83 | 0.41 |
| Hex | 12 | BD | AA | 5A | 0 | A | 1A | AD | 53 | 29 |
| Octal | 22 | 275 | 252 | 132 | 0 | 12 | 32 | 255 | 123 | 51 |
| Binary | 10010 | 10111101 | 10101010 | 1011010 | 0 | 1010 | 11010 | 10101101 | 1010011 | 101001 |
Color Harmonies of #12BDAA
Complementary color
Monochromatic Colors of #12BDAA
Black with #12BDAA
Text Example
Text Example
White with #12BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDAA; }
p { color: rgb(18,189,170); }
H1.HeaderClassName
{
color: #12BDAA;
}
.AnyTagClassName
{
color: #12BDAA;
}
</style>
background-color css
<style>
a { background-color: #12BDAA; }
a { background-color: rgb(18,189,170); }
div.DivClassName
{
background-color: #12BDAA;
}
.BgClassName
{
background-color: #12BDAA;
}
</style>
border-color css
<style>
span { border-color: #12BDAA; }
span { border-color: rgb(18,189,170); }
td.TdClassName
{
border-color: #12BDAA;
}
.TagClassName
{
border-color: #12BDAA;
}
</style>