Shades of Caribbean Green #13D296
Tints of Caribbean Green #13D296
RGB
CMYK
RGB Variations
Color information
#13D296 (or 0x13D296) is known color: Caribbean Green. HEX triplet: 13, D2 and 96. RGB value is (19,210,150). Sum of RGB (Red+Green+Blue) = 19+210+150=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #13D296 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D296 is #EC2D69. Grayscale: #929292. Windows color (decimal): -15478122 or 9884179. OLE color: 9884179.
HSL color Cylindrical-coordinate representation of color #13D296: hue angle of 161.15º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D296 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 150 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.18 |
| HSL | 161.15º | 0.83% | 0.45% | - |
| HSV(B) | 161.15º | 0.91% | 0.82% | - |
| XYZ | 28.82 | 48.43 | 36.68 | - |
| YUV | 146.05 | 130.22 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 150 | 0.91 | 0 | 0.29 | 0.18 | 161.15 | 0.83 | 0.45 |
| Hex | 13 | D2 | 96 | 5B | 0 | 1D | 12 | A1 | 53 | 2D |
| Octal | 23 | 322 | 226 | 133 | 0 | 35 | 22 | 241 | 123 | 55 |
| Binary | 10011 | 11010010 | 10010110 | 1011011 | 0 | 11101 | 10010 | 10100001 | 1010011 | 101101 |
Color Harmonies of #13D296
Complementary color
Monochromatic Colors of #13D296
Black with #13D296
Text Example
Text Example
White with #13D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D296; }
p { color: rgb(19,210,150); }
H1.HeaderClassName
{
color: #13D296;
}
.AnyTagClassName
{
color: #13D296;
}
</style>
background-color css
<style>
a { background-color: #13D296; }
a { background-color: rgb(19,210,150); }
div.DivClassName
{
background-color: #13D296;
}
.BgClassName
{
background-color: #13D296;
}
</style>
border-color css
<style>
span { border-color: #13D296; }
span { border-color: rgb(19,210,150); }
td.TdClassName
{
border-color: #13D296;
}
.TagClassName
{
border-color: #13D296;
}
</style>