Shades of Light Sea Green #12AAB5
Tints of Light Sea Green #12AAB5
RGB
CMYK
RGB Variations
Color information
#12AAB5 (or 0x12AAB5) is known color: Light Sea Green. HEX triplet: 12, AA and B5. RGB value is (18,170,181). Sum of RGB (Red+Green+Blue) = 18+170+181=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #12AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AAB5 is #ED554A. Grayscale: #7D7D7D. Windows color (decimal): -15553867 or 11905554. OLE color: 11905554.
HSL color Cylindrical-coordinate representation of color #12AAB5: hue angle of 184.05º 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 #12AAB5 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 170 | 181 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.29 |
| HSL | 184.05º | 0.82% | 0.39% | - |
| HSV(B) | 184.05º | 0.9% | 0.71% | - |
| XYZ | 22.96 | 32.21 | 48.72 | - |
| YUV | 125.81 | 159.14 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 181 | 0.90 | 0.06 | 0 | 0.29 | 184.05 | 0.82 | 0.39 |
| Hex | 12 | AA | B5 | 5A | 6 | 0 | 1D | B8 | 52 | 27 |
| Octal | 22 | 252 | 265 | 132 | 6 | 0 | 35 | 270 | 122 | 47 |
| Binary | 10010 | 10101010 | 10110101 | 1011010 | 110 | 0 | 11101 | 10111000 | 1010010 | 100111 |
Color Harmonies of #12AAB5
Complementary color
Monochromatic Colors of #12AAB5
Black with #12AAB5
Text Example
Text Example
White with #12AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AAB5; }
p { color: rgb(18,170,181); }
H1.HeaderClassName
{
color: #12AAB5;
}
.AnyTagClassName
{
color: #12AAB5;
}
</style>
background-color css
<style>
a { background-color: #12AAB5; }
a { background-color: rgb(18,170,181); }
div.DivClassName
{
background-color: #12AAB5;
}
.BgClassName
{
background-color: #12AAB5;
}
</style>
border-color css
<style>
span { border-color: #12AAB5; }
span { border-color: rgb(18,170,181); }
td.TdClassName
{
border-color: #12AAB5;
}
.TagClassName
{
border-color: #12AAB5;
}
</style>