Shades of Caribbean Green #13D897
Tints of Caribbean Green #13D897
RGB
CMYK
RGB Variations
Color information
#13D897 (or 0x13D897) is known color: Caribbean Green. HEX triplet: 13, D8 and 97. RGB value is (19,216,151). Sum of RGB (Red+Green+Blue) = 19+216+151=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #13D897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D897 is #EC2768. Grayscale: #959595. Windows color (decimal): -15476585 or 9951251. OLE color: 9951251.
HSL color Cylindrical-coordinate representation of color #13D897: hue angle of 160.2º 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 #13D897 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 216 | 151 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.15 |
| HSL | 160.2º | 0.84% | 0.46% | - |
| HSV(B) | 160.2º | 0.91% | 0.85% | - |
| XYZ | 30.41 | 51.48 | 37.61 | - |
| YUV | 149.69 | 128.73 | 34.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 216 | 151 | 0.91 | 0 | 0.30 | 0.15 | 160.2 | 0.84 | 0.46 |
| Hex | 13 | D8 | 97 | 5B | 0 | 1E | F | A0 | 54 | 2E |
| Octal | 23 | 330 | 227 | 133 | 0 | 36 | 17 | 240 | 124 | 56 |
| Binary | 10011 | 11011000 | 10010111 | 1011011 | 0 | 11110 | 1111 | 10100000 | 1010100 | 101110 |
Color Harmonies of #13D897
Complementary color
Monochromatic Colors of #13D897
Black with #13D897
Text Example
Text Example
White with #13D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D897; }
p { color: rgb(19,216,151); }
H1.HeaderClassName
{
color: #13D897;
}
.AnyTagClassName
{
color: #13D897;
}
</style>
background-color css
<style>
a { background-color: #13D897; }
a { background-color: rgb(19,216,151); }
div.DivClassName
{
background-color: #13D897;
}
.BgClassName
{
background-color: #13D897;
}
</style>
border-color css
<style>
span { border-color: #13D897; }
span { border-color: rgb(19,216,151); }
td.TdClassName
{
border-color: #13D897;
}
.TagClassName
{
border-color: #13D897;
}
</style>