Shades of Caribbean Green #13C59B
Tints of Caribbean Green #13C59B
RGB
CMYK
RGB Variations
Color information
#13C59B (or 0x13C59B) is known color: Caribbean Green. HEX triplet: 13, C5 and 9B. RGB value is (19,197,155). Sum of RGB (Red+Green+Blue) = 19+197+155=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #13C59B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C59B is #EC3A64. Grayscale: #8A8A8A. Windows color (decimal): -15481445 or 10208531. OLE color: 10208531.
HSL color Cylindrical-coordinate representation of color #13C59B: hue angle of 165.84º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C59B is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 155 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.23 |
| HSL | 165.84º | 0.82% | 0.42% | - |
| HSV(B) | 165.84º | 0.9% | 0.77% | - |
| XYZ | 26.15 | 42.44 | 37.82 | - |
| YUV | 138.99 | 137.03 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 155 | 0.90 | 0 | 0.21 | 0.23 | 165.84 | 0.82 | 0.42 |
| Hex | 13 | C5 | 9B | 5A | 0 | 15 | 17 | A6 | 52 | 2A |
| Octal | 23 | 305 | 233 | 132 | 0 | 25 | 27 | 246 | 122 | 52 |
| Binary | 10011 | 11000101 | 10011011 | 1011010 | 0 | 10101 | 10111 | 10100110 | 1010010 | 101010 |
Color Harmonies of #13C59B
Complementary color
Monochromatic Colors of #13C59B
Black with #13C59B
Text Example
Text Example
White with #13C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C59B; }
p { color: rgb(19,197,155); }
H1.HeaderClassName
{
color: #13C59B;
}
.AnyTagClassName
{
color: #13C59B;
}
</style>
background-color css
<style>
a { background-color: #13C59B; }
a { background-color: rgb(19,197,155); }
div.DivClassName
{
background-color: #13C59B;
}
.BgClassName
{
background-color: #13C59B;
}
</style>
border-color css
<style>
span { border-color: #13C59B; }
span { border-color: rgb(19,197,155); }
td.TdClassName
{
border-color: #13C59B;
}
.TagClassName
{
border-color: #13C59B;
}
</style>