Shades of Light Sea Green #12B7A5
Tints of Light Sea Green #12B7A5
RGB
CMYK
RGB Variations
Color information
#12B7A5 (or 0x12B7A5) is known color: Light Sea Green. HEX triplet: 12, B7 and A5. RGB value is (18,183,165). Sum of RGB (Red+Green+Blue) = 18+183+165=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #12B7A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B7A5 is #ED485A. Grayscale: #838383. Windows color (decimal): -15550555 or 10860306. OLE color: 10860306.
HSL color Cylindrical-coordinate representation of color #12B7A5: hue angle of 173.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B7A5 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 183 | 165 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.28 |
| HSL | 173.45º | 0.82% | 0.39% | - |
| HSV(B) | 173.45º | 0.9% | 0.72% | - |
| XYZ | 23.97 | 36.71 | 41.42 | - |
| YUV | 131.61 | 146.84 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 165 | 0.90 | 0 | 0.10 | 0.28 | 173.45 | 0.82 | 0.39 |
| Hex | 12 | B7 | A5 | 5A | 0 | A | 1C | AD | 52 | 27 |
| Octal | 22 | 267 | 245 | 132 | 0 | 12 | 34 | 255 | 122 | 47 |
| Binary | 10010 | 10110111 | 10100101 | 1011010 | 0 | 1010 | 11100 | 10101101 | 1010010 | 100111 |
Color Harmonies of #12B7A5
Complementary color
Monochromatic Colors of #12B7A5
Black with #12B7A5
Text Example
Text Example
White with #12B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B7A5; }
p { color: rgb(18,183,165); }
H1.HeaderClassName
{
color: #12B7A5;
}
.AnyTagClassName
{
color: #12B7A5;
}
</style>
background-color css
<style>
a { background-color: #12B7A5; }
a { background-color: rgb(18,183,165); }
div.DivClassName
{
background-color: #12B7A5;
}
.BgClassName
{
background-color: #12B7A5;
}
</style>
border-color css
<style>
span { border-color: #12B7A5; }
span { border-color: rgb(18,183,165); }
td.TdClassName
{
border-color: #12B7A5;
}
.TagClassName
{
border-color: #12B7A5;
}
</style>