Shades of Light Sea Green #12BDB3
Tints of Light Sea Green #12BDB3
RGB
CMYK
RGB Variations
Color information
#12BDB3 (or 0x12BDB3) is known color: Light Sea Green. HEX triplet: 12, BD and B3. RGB value is (18,189,179). Sum of RGB (Red+Green+Blue) = 18+189+179=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #12BDB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BDB3 is #ED424C. Grayscale: #888888. Windows color (decimal): -15549005 or 11779346. OLE color: 11779346.
HSL color Cylindrical-coordinate representation of color #12BDB3: hue angle of 176.49º 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 #12BDB3 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 189 | 179 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.26 |
| HSL | 176.49º | 0.83% | 0.41% | - |
| HSV(B) | 176.49º | 0.9% | 0.74% | - |
| XYZ | 26.58 | 39.78 | 48.92 | - |
| YUV | 136.73 | 151.85 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 189 | 179 | 0.90 | 0 | 0.05 | 0.26 | 176.49 | 0.83 | 0.41 |
| Hex | 12 | BD | B3 | 5A | 0 | 5 | 1A | B0 | 53 | 29 |
| Octal | 22 | 275 | 263 | 132 | 0 | 5 | 32 | 260 | 123 | 51 |
| Binary | 10010 | 10111101 | 10110011 | 1011010 | 0 | 101 | 11010 | 10110000 | 1010011 | 101001 |
Color Harmonies of #12BDB3
Complementary color
Monochromatic Colors of #12BDB3
Black with #12BDB3
Text Example
Text Example
White with #12BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BDB3; }
p { color: rgb(18,189,179); }
H1.HeaderClassName
{
color: #12BDB3;
}
.AnyTagClassName
{
color: #12BDB3;
}
</style>
background-color css
<style>
a { background-color: #12BDB3; }
a { background-color: rgb(18,189,179); }
div.DivClassName
{
background-color: #12BDB3;
}
.BgClassName
{
background-color: #12BDB3;
}
</style>
border-color css
<style>
span { border-color: #12BDB3; }
span { border-color: rgb(18,189,179); }
td.TdClassName
{
border-color: #12BDB3;
}
.TagClassName
{
border-color: #12BDB3;
}
</style>