Shades of Caribbean Green #13D89B
Tints of Caribbean Green #13D89B
RGB
CMYK
RGB Variations
Color information
#13D89B (or 0x13D89B) is known color: Caribbean Green. HEX triplet: 13, D8 and 9B. RGB value is (19,216,155). Sum of RGB (Red+Green+Blue) = 19+216+155=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #13D89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D89B is #EC2764. Grayscale: #969696. Windows color (decimal): -15476581 or 10213395. OLE color: 10213395.
HSL color Cylindrical-coordinate representation of color #13D89B: hue angle of 161.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D89B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 155 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.15 |
| HSL | 161.42º | 0.84% | 0.46% | - |
| HSV(B) | 161.42º | 0.91% | 0.85% | - |
| XYZ | 30.74 | 51.62 | 39.35 | - |
| YUV | 150.14 | 130.73 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 155 | 0.91 | 0 | 0.28 | 0.15 | 161.42 | 0.84 | 0.46 |
| Hex | 13 | D8 | 9B | 5B | 0 | 1C | F | A1 | 54 | 2E |
| Octal | 23 | 330 | 233 | 133 | 0 | 34 | 17 | 241 | 124 | 56 |
| Binary | 10011 | 11011000 | 10011011 | 1011011 | 0 | 11100 | 1111 | 10100001 | 1010100 | 101110 |
Color Harmonies of #13D89B
Complementary color
Monochromatic Colors of #13D89B
Black with #13D89B
Text Example
Text Example
White with #13D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D89B; }
p { color: rgb(19,216,155); }
H1.HeaderClassName
{
color: #13D89B;
}
.AnyTagClassName
{
color: #13D89B;
}
</style>
background-color css
<style>
a { background-color: #13D89B; }
a { background-color: rgb(19,216,155); }
div.DivClassName
{
background-color: #13D89B;
}
.BgClassName
{
background-color: #13D89B;
}
</style>
border-color css
<style>
span { border-color: #13D89B; }
span { border-color: rgb(19,216,155); }
td.TdClassName
{
border-color: #13D89B;
}
.TagClassName
{
border-color: #13D89B;
}
</style>