Shades of Caribbean Green #13D998
Tints of Caribbean Green #13D998
RGB
CMYK
RGB Variations
Color information
#13D998 (or 0x13D998) is known color: Caribbean Green. HEX triplet: 13, D9 and 98. RGB value is (19,217,152). Sum of RGB (Red+Green+Blue) = 19+217+152=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #13D998 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D998 is #EC2667. Grayscale: #969696. Windows color (decimal): -15476328 or 10017043. OLE color: 10017043.
HSL color Cylindrical-coordinate representation of color #13D998: hue angle of 160.3º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D998 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 217 | 152 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.15 |
| HSL | 160.3º | 0.84% | 0.46% | - |
| HSV(B) | 160.3º | 0.91% | 0.85% | - |
| XYZ | 30.75 | 52.03 | 38.13 | - |
| YUV | 150.39 | 128.9 | 34.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 217 | 152 | 0.91 | 0 | 0.30 | 0.15 | 160.3 | 0.84 | 0.46 |
| Hex | 13 | D9 | 98 | 5B | 0 | 1E | F | A0 | 54 | 2E |
| Octal | 23 | 331 | 230 | 133 | 0 | 36 | 17 | 240 | 124 | 56 |
| Binary | 10011 | 11011001 | 10011000 | 1011011 | 0 | 11110 | 1111 | 10100000 | 1010100 | 101110 |
Color Harmonies of #13D998
Complementary color
Monochromatic Colors of #13D998
Black with #13D998
Text Example
Text Example
White with #13D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D998; }
p { color: rgb(19,217,152); }
H1.HeaderClassName
{
color: #13D998;
}
.AnyTagClassName
{
color: #13D998;
}
</style>
background-color css
<style>
a { background-color: #13D998; }
a { background-color: rgb(19,217,152); }
div.DivClassName
{
background-color: #13D998;
}
.BgClassName
{
background-color: #13D998;
}
</style>
border-color css
<style>
span { border-color: #13D998; }
span { border-color: rgb(19,217,152); }
td.TdClassName
{
border-color: #13D998;
}
.TagClassName
{
border-color: #13D998;
}
</style>