Shades of Light Sea Green #12ADB6
Tints of Light Sea Green #12ADB6
RGB
CMYK
RGB Variations
Color information
#12ADB6 (or 0x12ADB6) is known color: Light Sea Green. HEX triplet: 12, AD and B6. RGB value is (18,173,182). Sum of RGB (Red+Green+Blue) = 18+173+182=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #12ADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADB6 is #ED5249. Grayscale: #7F7F7F. Windows color (decimal): -15553098 or 11971858. OLE color: 11971858.
HSL color Cylindrical-coordinate representation of color #12ADB6: hue angle of 183.29º 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 #12ADB6 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 173 | 182 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.29 |
| HSL | 183.29º | 0.82% | 0.39% | - |
| HSV(B) | 183.29º | 0.9% | 0.71% | - |
| XYZ | 23.64 | 33.39 | 49.46 | - |
| YUV | 127.68 | 158.65 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 182 | 0.90 | 0.05 | 0 | 0.29 | 183.29 | 0.82 | 0.39 |
| Hex | 12 | AD | B6 | 5A | 5 | 0 | 1D | B7 | 52 | 27 |
| Octal | 22 | 255 | 266 | 132 | 5 | 0 | 35 | 267 | 122 | 47 |
| Binary | 10010 | 10101101 | 10110110 | 1011010 | 101 | 0 | 11101 | 10110111 | 1010010 | 100111 |
Color Harmonies of #12ADB6
Complementary color
Monochromatic Colors of #12ADB6
Black with #12ADB6
Text Example
Text Example
White with #12ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADB6; }
p { color: rgb(18,173,182); }
H1.HeaderClassName
{
color: #12ADB6;
}
.AnyTagClassName
{
color: #12ADB6;
}
</style>
background-color css
<style>
a { background-color: #12ADB6; }
a { background-color: rgb(18,173,182); }
div.DivClassName
{
background-color: #12ADB6;
}
.BgClassName
{
background-color: #12ADB6;
}
</style>
border-color css
<style>
span { border-color: #12ADB6; }
span { border-color: rgb(18,173,182); }
td.TdClassName
{
border-color: #12ADB6;
}
.TagClassName
{
border-color: #12ADB6;
}
</style>