Shades of Light Sea Green #12BFB0
Tints of Light Sea Green #12BFB0
RGB
CMYK
RGB Variations
Color information
#12BFB0 (or 0x12BFB0) is known color: Light Sea Green. HEX triplet: 12, BF and B0. RGB value is (18,191,176). Sum of RGB (Red+Green+Blue) = 18+191+176=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #12BFB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BFB0 is #ED404F. Grayscale: #898989. Windows color (decimal): -15548496 or 11583250. OLE color: 11583250.
HSL color Cylindrical-coordinate representation of color #12BFB0: hue angle of 174.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFB0 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 191 | 176 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.25 |
| HSL | 174.8º | 0.83% | 0.41% | - |
| HSV(B) | 174.8º | 0.91% | 0.75% | - |
| XYZ | 26.72 | 40.52 | 47.49 | - |
| YUV | 137.56 | 149.69 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 176 | 0.91 | 0 | 0.08 | 0.25 | 174.8 | 0.83 | 0.41 |
| Hex | 12 | BF | B0 | 5B | 0 | 8 | 19 | AF | 53 | 29 |
| Octal | 22 | 277 | 260 | 133 | 0 | 10 | 31 | 257 | 123 | 51 |
| Binary | 10010 | 10111111 | 10110000 | 1011011 | 0 | 1000 | 11001 | 10101111 | 1010011 | 101001 |
Color Harmonies of #12BFB0
Complementary color
Monochromatic Colors of #12BFB0
Black with #12BFB0
Text Example
Text Example
White with #12BFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFB0; }
p { color: rgb(18,191,176); }
H1.HeaderClassName
{
color: #12BFB0;
}
.AnyTagClassName
{
color: #12BFB0;
}
</style>
background-color css
<style>
a { background-color: #12BFB0; }
a { background-color: rgb(18,191,176); }
div.DivClassName
{
background-color: #12BFB0;
}
.BgClassName
{
background-color: #12BFB0;
}
</style>
border-color css
<style>
span { border-color: #12BFB0; }
span { border-color: rgb(18,191,176); }
td.TdClassName
{
border-color: #12BFB0;
}
.TagClassName
{
border-color: #12BFB0;
}
</style>