Shades of Caribbean Green #13CA9B
Tints of Caribbean Green #13CA9B
RGB
CMYK
RGB Variations
Color information
#13CA9B (or 0x13CA9B) is known color: Caribbean Green. HEX triplet: 13, CA and 9B. RGB value is (19,202,155). Sum of RGB (Red+Green+Blue) = 19+202+155=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA9B is #EC3564. Grayscale: #8D8D8D. Windows color (decimal): -15480165 or 10209811. OLE color: 10209811.
HSL color Cylindrical-coordinate representation of color #13CA9B: hue angle of 164.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA9B is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 155 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.21 |
| HSL | 164.59º | 0.83% | 0.43% | - |
| HSV(B) | 164.59º | 0.91% | 0.79% | - |
| XYZ | 27.31 | 44.75 | 38.21 | - |
| YUV | 141.93 | 135.37 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 155 | 0.91 | 0 | 0.23 | 0.21 | 164.59 | 0.83 | 0.43 |
| Hex | 13 | CA | 9B | 5B | 0 | 17 | 15 | A5 | 53 | 2B |
| Octal | 23 | 312 | 233 | 133 | 0 | 27 | 25 | 245 | 123 | 53 |
| Binary | 10011 | 11001010 | 10011011 | 1011011 | 0 | 10111 | 10101 | 10100101 | 1010011 | 101011 |
Color Harmonies of #13CA9B
Complementary color
Monochromatic Colors of #13CA9B
Black with #13CA9B
Text Example
Text Example
White with #13CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA9B; }
p { color: rgb(19,202,155); }
H1.HeaderClassName
{
color: #13CA9B;
}
.AnyTagClassName
{
color: #13CA9B;
}
</style>
background-color css
<style>
a { background-color: #13CA9B; }
a { background-color: rgb(19,202,155); }
div.DivClassName
{
background-color: #13CA9B;
}
.BgClassName
{
background-color: #13CA9B;
}
</style>
border-color css
<style>
span { border-color: #13CA9B; }
span { border-color: rgb(19,202,155); }
td.TdClassName
{
border-color: #13CA9B;
}
.TagClassName
{
border-color: #13CA9B;
}
</style>