Shades of Caribbean Green #13CA8D
Tints of Caribbean Green #13CA8D
RGB
CMYK
RGB Variations
Color information
#13CA8D (or 0x13CA8D) is known color: Caribbean Green. HEX triplet: 13, CA and 8D. RGB value is (19,202,141). Sum of RGB (Red+Green+Blue) = 19+202+141=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CA8D is #EC3572. Grayscale: #8C8C8C. Windows color (decimal): -15480179 or 9292307. OLE color: 9292307.
HSL color Cylindrical-coordinate representation of color #13CA8D: hue angle of 160º 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 #13CA8D is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 141 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.21 |
| HSL | 160º | 0.83% | 0.43% | - |
| HSV(B) | 160º | 0.91% | 0.79% | - |
| XYZ | 26.2 | 44.3 | 32.37 | - |
| YUV | 140.33 | 128.37 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 141 | 0.91 | 0 | 0.30 | 0.21 | 160 | 0.83 | 0.43 |
| Hex | 13 | CA | 8D | 5B | 0 | 1E | 15 | A0 | 53 | 2B |
| Octal | 23 | 312 | 215 | 133 | 0 | 36 | 25 | 240 | 123 | 53 |
| Binary | 10011 | 11001010 | 10001101 | 1011011 | 0 | 11110 | 10101 | 10100000 | 1010011 | 101011 |
Color Harmonies of #13CA8D
Complementary color
Monochromatic Colors of #13CA8D
Black with #13CA8D
Text Example
Text Example
White with #13CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA8D; }
p { color: rgb(19,202,141); }
H1.HeaderClassName
{
color: #13CA8D;
}
.AnyTagClassName
{
color: #13CA8D;
}
</style>
background-color css
<style>
a { background-color: #13CA8D; }
a { background-color: rgb(19,202,141); }
div.DivClassName
{
background-color: #13CA8D;
}
.BgClassName
{
background-color: #13CA8D;
}
</style>
border-color css
<style>
span { border-color: #13CA8D; }
span { border-color: rgb(19,202,141); }
td.TdClassName
{
border-color: #13CA8D;
}
.TagClassName
{
border-color: #13CA8D;
}
</style>