Shades of Caribbean Green #13D192
Tints of Caribbean Green #13D192
RGB
CMYK
RGB Variations
Color information
#13D192 (or 0x13D192) is known color: Caribbean Green. HEX triplet: 13, D1 and 92. RGB value is (19,209,146). Sum of RGB (Red+Green+Blue) = 19+209+146=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #13D192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D192 is #EC2E6D. Grayscale: #919191. Windows color (decimal): -15478382 or 9621779. OLE color: 9621779.
HSL color Cylindrical-coordinate representation of color #13D192: hue angle of 160.11º 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 #13D192 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 146 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.18 |
| HSL | 160.11º | 0.83% | 0.45% | - |
| HSV(B) | 160.11º | 0.91% | 0.82% | - |
| XYZ | 28.26 | 47.81 | 34.93 | - |
| YUV | 145.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 146 | 0.91 | 0 | 0.30 | 0.18 | 160.11 | 0.83 | 0.45 |
| Hex | 13 | D1 | 92 | 5B | 0 | 1E | 12 | A0 | 53 | 2D |
| Octal | 23 | 321 | 222 | 133 | 0 | 36 | 22 | 240 | 123 | 55 |
| Binary | 10011 | 11010001 | 10010010 | 1011011 | 0 | 11110 | 10010 | 10100000 | 1010011 | 101101 |
Color Harmonies of #13D192
Complementary color
Monochromatic Colors of #13D192
Black with #13D192
Text Example
Text Example
White with #13D192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D192; }
p { color: rgb(19,209,146); }
H1.HeaderClassName
{
color: #13D192;
}
.AnyTagClassName
{
color: #13D192;
}
</style>
background-color css
<style>
a { background-color: #13D192; }
a { background-color: rgb(19,209,146); }
div.DivClassName
{
background-color: #13D192;
}
.BgClassName
{
background-color: #13D192;
}
</style>
border-color css
<style>
span { border-color: #13D192; }
span { border-color: rgb(19,209,146); }
td.TdClassName
{
border-color: #13D192;
}
.TagClassName
{
border-color: #13D192;
}
</style>