Shades of Light Sea Green #13BBA4
Tints of Light Sea Green #13BBA4
RGB
CMYK
RGB Variations
Color information
#13BBA4 (or 0x13BBA4) is known color: Light Sea Green. HEX triplet: 13, BB and A4. RGB value is (19,187,164). Sum of RGB (Red+Green+Blue) = 19+187+164=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #13BBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BBA4 is #EC445B. Grayscale: #868686. Windows color (decimal): -15483996 or 10795795. OLE color: 10795795.
HSL color Cylindrical-coordinate representation of color #13BBA4: hue angle of 171.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BBA4 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 187 | 164 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.27 |
| HSL | 171.79º | 0.82% | 0.4% | - |
| HSV(B) | 171.79º | 0.9% | 0.73% | - |
| XYZ | 24.74 | 38.36 | 41.22 | - |
| YUV | 134.15 | 144.84 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 187 | 164 | 0.90 | 0 | 0.12 | 0.27 | 171.79 | 0.82 | 0.4 |
| Hex | 13 | BB | A4 | 5A | 0 | C | 1B | AC | 52 | 28 |
| Octal | 23 | 273 | 244 | 132 | 0 | 14 | 33 | 254 | 122 | 50 |
| Binary | 10011 | 10111011 | 10100100 | 1011010 | 0 | 1100 | 11011 | 10101100 | 1010010 | 101000 |
Color Harmonies of #13BBA4
Complementary color
Monochromatic Colors of #13BBA4
Black with #13BBA4
Text Example
Text Example
White with #13BBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BBA4; }
p { color: rgb(19,187,164); }
H1.HeaderClassName
{
color: #13BBA4;
}
.AnyTagClassName
{
color: #13BBA4;
}
</style>
background-color css
<style>
a { background-color: #13BBA4; }
a { background-color: rgb(19,187,164); }
div.DivClassName
{
background-color: #13BBA4;
}
.BgClassName
{
background-color: #13BBA4;
}
</style>
border-color css
<style>
span { border-color: #13BBA4; }
span { border-color: rgb(19,187,164); }
td.TdClassName
{
border-color: #13BBA4;
}
.TagClassName
{
border-color: #13BBA4;
}
</style>