Shades of Light Sea Green #13AAB4
Tints of Light Sea Green #13AAB4
RGB
CMYK
RGB Variations
Color information
#13AAB4 (or 0x13AAB4) is known color: Light Sea Green. HEX triplet: 13, AA and B4. RGB value is (19,170,180). Sum of RGB (Red+Green+Blue) = 19+170+180=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #13AAB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13AAB4 is #EC554B. Grayscale: #7D7D7D. Windows color (decimal): -15488332 or 11840019. OLE color: 11840019.
HSL color Cylindrical-coordinate representation of color #13AAB4: hue angle of 183.73º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AAB4 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 170 | 180 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.29 |
| HSL | 183.73º | 0.81% | 0.39% | - |
| HSV(B) | 183.73º | 0.89% | 0.71% | - |
| XYZ | 22.88 | 32.18 | 48.19 | - |
| YUV | 125.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 180 | 0.89 | 0.06 | 0 | 0.29 | 183.73 | 0.81 | 0.39 |
| Hex | 13 | AA | B4 | 59 | 6 | 0 | 1D | B8 | 51 | 27 |
| Octal | 23 | 252 | 264 | 131 | 6 | 0 | 35 | 270 | 121 | 47 |
| Binary | 10011 | 10101010 | 10110100 | 1011001 | 110 | 0 | 11101 | 10111000 | 1010001 | 100111 |
Color Harmonies of #13AAB4
Complementary color
Monochromatic Colors of #13AAB4
Black with #13AAB4
Text Example
Text Example
White with #13AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AAB4; }
p { color: rgb(19,170,180); }
H1.HeaderClassName
{
color: #13AAB4;
}
.AnyTagClassName
{
color: #13AAB4;
}
</style>
background-color css
<style>
a { background-color: #13AAB4; }
a { background-color: rgb(19,170,180); }
div.DivClassName
{
background-color: #13AAB4;
}
.BgClassName
{
background-color: #13AAB4;
}
</style>
border-color css
<style>
span { border-color: #13AAB4; }
span { border-color: rgb(19,170,180); }
td.TdClassName
{
border-color: #13AAB4;
}
.TagClassName
{
border-color: #13AAB4;
}
</style>