Shades of Light Sea Green #12ADB1
Tints of Light Sea Green #12ADB1
RGB
CMYK
RGB Variations
Color information
#12ADB1 (or 0x12ADB1) is known color: Light Sea Green. HEX triplet: 12, AD and B1. RGB value is (18,173,177). Sum of RGB (Red+Green+Blue) = 18+173+177=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #12ADB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12ADB1 is #ED524E. Grayscale: #7E7E7E. Windows color (decimal): -15553103 or 11644178. OLE color: 11644178.
HSL color Cylindrical-coordinate representation of color #12ADB1: hue angle of 181.51º 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 #12ADB1 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 173 | 177 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.31 |
| HSL | 181.51º | 0.82% | 0.38% | - |
| HSV(B) | 181.51º | 0.9% | 0.69% | - |
| XYZ | 23.13 | 33.19 | 46.78 | - |
| YUV | 127.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 177 | 0.90 | 0.02 | 0 | 0.31 | 181.51 | 0.82 | 0.38 |
| Hex | 12 | AD | B1 | 5A | 2 | 0 | 1F | B6 | 52 | 26 |
| Octal | 22 | 255 | 261 | 132 | 2 | 0 | 37 | 266 | 122 | 46 |
| Binary | 10010 | 10101101 | 10110001 | 1011010 | 10 | 0 | 11111 | 10110110 | 1010010 | 100110 |
Color Harmonies of #12ADB1
Complementary color
Monochromatic Colors of #12ADB1
Black with #12ADB1
Text Example
Text Example
White with #12ADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADB1; }
p { color: rgb(18,173,177); }
H1.HeaderClassName
{
color: #12ADB1;
}
.AnyTagClassName
{
color: #12ADB1;
}
</style>
background-color css
<style>
a { background-color: #12ADB1; }
a { background-color: rgb(18,173,177); }
div.DivClassName
{
background-color: #12ADB1;
}
.BgClassName
{
background-color: #12ADB1;
}
</style>
border-color css
<style>
span { border-color: #12ADB1; }
span { border-color: rgb(18,173,177); }
td.TdClassName
{
border-color: #12ADB1;
}
.TagClassName
{
border-color: #12ADB1;
}
</style>