Shades of Light Sea Green #12ACB5
Tints of Light Sea Green #12ACB5
RGB
CMYK
RGB Variations
Color information
#12ACB5 (or 0x12ACB5) is known color: Light Sea Green. HEX triplet: 12, AC and B5. RGB value is (18,172,181). Sum of RGB (Red+Green+Blue) = 18+172+181=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #12ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACB5 is #ED534A. Grayscale: #7E7E7E. Windows color (decimal): -15553355 or 11906066. OLE color: 11906066.
HSL color Cylindrical-coordinate representation of color #12ACB5: hue angle of 183.31º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ACB5 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 172 | 181 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.29 |
| HSL | 183.31º | 0.82% | 0.39% | - |
| HSV(B) | 183.31º | 0.9% | 0.71% | - |
| XYZ | 23.34 | 32.97 | 48.85 | - |
| YUV | 126.98 | 158.48 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 181 | 0.90 | 0.05 | 0 | 0.29 | 183.31 | 0.82 | 0.39 |
| Hex | 12 | AC | B5 | 5A | 5 | 0 | 1D | B7 | 52 | 27 |
| Octal | 22 | 254 | 265 | 132 | 5 | 0 | 35 | 267 | 122 | 47 |
| Binary | 10010 | 10101100 | 10110101 | 1011010 | 101 | 0 | 11101 | 10110111 | 1010010 | 100111 |
Color Harmonies of #12ACB5
Complementary color
Monochromatic Colors of #12ACB5
Black with #12ACB5
Text Example
Text Example
White with #12ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACB5; }
p { color: rgb(18,172,181); }
H1.HeaderClassName
{
color: #12ACB5;
}
.AnyTagClassName
{
color: #12ACB5;
}
</style>
background-color css
<style>
a { background-color: #12ACB5; }
a { background-color: rgb(18,172,181); }
div.DivClassName
{
background-color: #12ACB5;
}
.BgClassName
{
background-color: #12ACB5;
}
</style>
border-color css
<style>
span { border-color: #12ACB5; }
span { border-color: rgb(18,172,181); }
td.TdClassName
{
border-color: #12ACB5;
}
.TagClassName
{
border-color: #12ACB5;
}
</style>