Shades of Light Sea Green #12B4B2
Tints of Light Sea Green #12B4B2
RGB
CMYK
RGB Variations
Color information
#12B4B2 (or 0x12B4B2) is known color: Light Sea Green. HEX triplet: 12, B4 and B2. RGB value is (18,180,178). Sum of RGB (Red+Green+Blue) = 18+180+178=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #12B4B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B4B2 is #ED4B4D. Grayscale: #838383. Windows color (decimal): -15551310 or 11711506. OLE color: 11711506.
HSL color Cylindrical-coordinate representation of color #12B4B2: hue angle of 179.26º 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 #12B4B2 is Cyan = 0.9, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 180 | 178 | - |
| CMYK | 0.9 | 0 | 0.01 | 0.29 |
| HSL | 179.26º | 0.82% | 0.39% | - |
| HSV(B) | 179.26º | 0.9% | 0.71% | - |
| XYZ | 24.61 | 35.99 | 47.77 | - |
| YUV | 131.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 180 | 178 | 0.9 | 0 | 0.01 | 0.29 | 179.26 | 0.82 | 0.39 |
| Hex | 12 | B4 | B2 | 5A | 0 | 1 | 1D | B3 | 52 | 27 |
| Octal | 22 | 264 | 262 | 132 | 0 | 1 | 35 | 263 | 122 | 47 |
| Binary | 10010 | 10110100 | 10110010 | 1011010 | 0 | 1 | 11101 | 10110011 | 1010010 | 100111 |
Color Harmonies of #12B4B2
Complementary color
Monochromatic Colors of #12B4B2
Black with #12B4B2
Text Example
Text Example
White with #12B4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B4B2; }
p { color: rgb(18,180,178); }
H1.HeaderClassName
{
color: #12B4B2;
}
.AnyTagClassName
{
color: #12B4B2;
}
</style>
background-color css
<style>
a { background-color: #12B4B2; }
a { background-color: rgb(18,180,178); }
div.DivClassName
{
background-color: #12B4B2;
}
.BgClassName
{
background-color: #12B4B2;
}
</style>
border-color css
<style>
span { border-color: #12B4B2; }
span { border-color: rgb(18,180,178); }
td.TdClassName
{
border-color: #12B4B2;
}
.TagClassName
{
border-color: #12B4B2;
}
</style>