Shades of Light Sea Green #12BDA1
Tints of Light Sea Green #12BDA1
RGB
CMYK
RGB Variations
Color information
#12BDA1 (or 0x12BDA1) is known color: Light Sea Green. HEX triplet: 12, BD and A1. RGB value is (18,189,161). Sum of RGB (Red+Green+Blue) = 18+189+161=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 161 (63.28% from 255 or 43.75% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDA1 is #ED425E. Grayscale: #868686. Windows color (decimal): -15549023 or 10599698. OLE color: 10599698.
HSL color Cylindrical-coordinate representation of color #12BDA1: hue angle of 170.18º 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 #12BDA1 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 161 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.26 |
| HSL | 170.18º | 0.83% | 0.41% | - |
| HSV(B) | 170.18º | 0.9% | 0.74% | - |
| XYZ | 24.88 | 39.1 | 39.95 | - |
| YUV | 134.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 161 | 0.90 | 0 | 0.15 | 0.26 | 170.18 | 0.83 | 0.41 |
| Hex | 12 | BD | A1 | 5A | 0 | F | 1A | AA | 53 | 29 |
| Octal | 22 | 275 | 241 | 132 | 0 | 17 | 32 | 252 | 123 | 51 |
| Binary | 10010 | 10111101 | 10100001 | 1011010 | 0 | 1111 | 11010 | 10101010 | 1010011 | 101001 |
Color Harmonies of #12BDA1
Complementary color
Monochromatic Colors of #12BDA1
Black with #12BDA1
Text Example
Text Example
White with #12BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDA1; }
p { color: rgb(18,189,161); }
H1.HeaderClassName
{
color: #12BDA1;
}
.AnyTagClassName
{
color: #12BDA1;
}
</style>
background-color css
<style>
a { background-color: #12BDA1; }
a { background-color: rgb(18,189,161); }
div.DivClassName
{
background-color: #12BDA1;
}
.BgClassName
{
background-color: #12BDA1;
}
</style>
border-color css
<style>
span { border-color: #12BDA1; }
span { border-color: rgb(18,189,161); }
td.TdClassName
{
border-color: #12BDA1;
}
.TagClassName
{
border-color: #12BDA1;
}
</style>