Shades of Light Sea Green #12BDA3
Tints of Light Sea Green #12BDA3
RGB
CMYK
RGB Variations
Color information
#12BDA3 (or 0x12BDA3) is known color: Light Sea Green. HEX triplet: 12, BD and A3. RGB value is (18,189,163). Sum of RGB (Red+Green+Blue) = 18+189+163=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 189 (74.22% from 255 or 51.08% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BDA3 is #ED425C. Grayscale: #868686. Windows color (decimal): -15549021 or 10730770. OLE color: 10730770.
HSL color Cylindrical-coordinate representation of color #12BDA3: hue angle of 170.88º 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 #12BDA3 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 163 | - |
| CMYK | 0.90 | 0 | 0.14 | 0.26 |
| HSL | 170.88º | 0.83% | 0.41% | - |
| HSV(B) | 170.88º | 0.9% | 0.74% | - |
| XYZ | 25.06 | 39.17 | 40.89 | - |
| YUV | 134.91 | 143.85 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 163 | 0.90 | 0 | 0.14 | 0.26 | 170.88 | 0.83 | 0.41 |
| Hex | 12 | BD | A3 | 5A | 0 | E | 1A | AB | 53 | 29 |
| Octal | 22 | 275 | 243 | 132 | 0 | 16 | 32 | 253 | 123 | 51 |
| Binary | 10010 | 10111101 | 10100011 | 1011010 | 0 | 1110 | 11010 | 10101011 | 1010011 | 101001 |
Color Harmonies of #12BDA3
Complementary color
Monochromatic Colors of #12BDA3
Black with #12BDA3
Text Example
Text Example
White with #12BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDA3; }
p { color: rgb(18,189,163); }
H1.HeaderClassName
{
color: #12BDA3;
}
.AnyTagClassName
{
color: #12BDA3;
}
</style>
background-color css
<style>
a { background-color: #12BDA3; }
a { background-color: rgb(18,189,163); }
div.DivClassName
{
background-color: #12BDA3;
}
.BgClassName
{
background-color: #12BDA3;
}
</style>
border-color css
<style>
span { border-color: #12BDA3; }
span { border-color: rgb(18,189,163); }
td.TdClassName
{
border-color: #12BDA3;
}
.TagClassName
{
border-color: #12BDA3;
}
</style>