Shades of Light Sea Green #12B1AE
Tints of Light Sea Green #12B1AE
RGB
CMYK
RGB Variations
Color information
#12B1AE (or 0x12B1AE) is known color: Light Sea Green. HEX triplet: 12, B1 and AE. RGB value is (18,177,174). Sum of RGB (Red+Green+Blue) = 18+177+174=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #12B1AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B1AE is #ED4E51. Grayscale: #808080. Windows color (decimal): -15552082 or 11448594. OLE color: 11448594.
HSL color Cylindrical-coordinate representation of color #12B1AE: hue angle of 178.87º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B1AE is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 177 | 174 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.31 |
| HSL | 178.87º | 0.82% | 0.38% | - |
| HSV(B) | 178.87º | 0.9% | 0.69% | - |
| XYZ | 23.61 | 34.63 | 45.48 | - |
| YUV | 129.12 | 153.32 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 174 | 0.90 | 0 | 0.02 | 0.31 | 178.87 | 0.82 | 0.38 |
| Hex | 12 | B1 | AE | 5A | 0 | 2 | 1F | B3 | 52 | 26 |
| Octal | 22 | 261 | 256 | 132 | 0 | 2 | 37 | 263 | 122 | 46 |
| Binary | 10010 | 10110001 | 10101110 | 1011010 | 0 | 10 | 11111 | 10110011 | 1010010 | 100110 |
Color Harmonies of #12B1AE
Complementary color
Monochromatic Colors of #12B1AE
Black with #12B1AE
Text Example
Text Example
White with #12B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B1AE; }
p { color: rgb(18,177,174); }
H1.HeaderClassName
{
color: #12B1AE;
}
.AnyTagClassName
{
color: #12B1AE;
}
</style>
background-color css
<style>
a { background-color: #12B1AE; }
a { background-color: rgb(18,177,174); }
div.DivClassName
{
background-color: #12B1AE;
}
.BgClassName
{
background-color: #12B1AE;
}
</style>
border-color css
<style>
span { border-color: #12B1AE; }
span { border-color: rgb(18,177,174); }
td.TdClassName
{
border-color: #12B1AE;
}
.TagClassName
{
border-color: #12B1AE;
}
</style>