Shades of Light Sea Green #12ADB2
Tints of Light Sea Green #12ADB2
RGB
CMYK
RGB Variations
Color information
#12ADB2 (or 0x12ADB2) is known color: Light Sea Green. HEX triplet: 12, AD and B2. RGB value is (18,173,178). Sum of RGB (Red+Green+Blue) = 18+173+178=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #12ADB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ADB2 is #ED524D. Grayscale: #7F7F7F. Windows color (decimal): -15553102 or 11709714. OLE color: 11709714.
HSL color Cylindrical-coordinate representation of color #12ADB2: hue angle of 181.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12ADB2 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 173 | 178 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.30 |
| HSL | 181.88º | 0.82% | 0.38% | - |
| HSV(B) | 181.88º | 0.9% | 0.7% | - |
| XYZ | 23.23 | 33.23 | 47.31 | - |
| YUV | 127.23 | 156.65 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 178 | 0.90 | 0.03 | 0 | 0.30 | 181.88 | 0.82 | 0.38 |
| Hex | 12 | AD | B2 | 5A | 3 | 0 | 1E | B6 | 52 | 26 |
| Octal | 22 | 255 | 262 | 132 | 3 | 0 | 36 | 266 | 122 | 46 |
| Binary | 10010 | 10101101 | 10110010 | 1011010 | 11 | 0 | 11110 | 10110110 | 1010010 | 100110 |
Color Harmonies of #12ADB2
Complementary color
Monochromatic Colors of #12ADB2
Black with #12ADB2
Text Example
Text Example
White with #12ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADB2; }
p { color: rgb(18,173,178); }
H1.HeaderClassName
{
color: #12ADB2;
}
.AnyTagClassName
{
color: #12ADB2;
}
</style>
background-color css
<style>
a { background-color: #12ADB2; }
a { background-color: rgb(18,173,178); }
div.DivClassName
{
background-color: #12ADB2;
}
.BgClassName
{
background-color: #12ADB2;
}
</style>
border-color css
<style>
span { border-color: #12ADB2; }
span { border-color: rgb(18,173,178); }
td.TdClassName
{
border-color: #12ADB2;
}
.TagClassName
{
border-color: #12ADB2;
}
</style>