Shades of Light Sea Green #12ADB4
Tints of Light Sea Green #12ADB4
RGB
CMYK
RGB Variations
Color information
#12ADB4 (or 0x12ADB4) is known color: Light Sea Green. HEX triplet: 12, AD and B4. RGB value is (18,173,180). Sum of RGB (Red+Green+Blue) = 18+173+180=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #12ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADB4 is #ED524B. Grayscale: #7F7F7F. Windows color (decimal): -15553100 or 11840786. OLE color: 11840786.
HSL color Cylindrical-coordinate representation of color #12ADB4: hue angle of 182.59º 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 #12ADB4 is Cyan = 0.9, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 173 | 180 | - |
| CMYK | 0.9 | 0.04 | 0 | 0.29 |
| HSL | 182.59º | 0.82% | 0.39% | - |
| HSV(B) | 182.59º | 0.9% | 0.71% | - |
| XYZ | 23.43 | 33.31 | 48.37 | - |
| YUV | 127.45 | 157.65 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 180 | 0.9 | 0.04 | 0 | 0.29 | 182.59 | 0.82 | 0.39 |
| Hex | 12 | AD | B4 | 5A | 4 | 0 | 1D | B7 | 52 | 27 |
| Octal | 22 | 255 | 264 | 132 | 4 | 0 | 35 | 267 | 122 | 47 |
| Binary | 10010 | 10101101 | 10110100 | 1011010 | 100 | 0 | 11101 | 10110111 | 1010010 | 100111 |
Color Harmonies of #12ADB4
Complementary color
Monochromatic Colors of #12ADB4
Black with #12ADB4
Text Example
Text Example
White with #12ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADB4; }
p { color: rgb(18,173,180); }
H1.HeaderClassName
{
color: #12ADB4;
}
.AnyTagClassName
{
color: #12ADB4;
}
</style>
background-color css
<style>
a { background-color: #12ADB4; }
a { background-color: rgb(18,173,180); }
div.DivClassName
{
background-color: #12ADB4;
}
.BgClassName
{
background-color: #12ADB4;
}
</style>
border-color css
<style>
span { border-color: #12ADB4; }
span { border-color: rgb(18,173,180); }
td.TdClassName
{
border-color: #12ADB4;
}
.TagClassName
{
border-color: #12ADB4;
}
</style>