Shades of Caribbean Green #13D699
Tints of Caribbean Green #13D699
RGB
CMYK
RGB Variations
Color information
#13D699 (or 0x13D699) is known color: Caribbean Green. HEX triplet: 13, D6 and 99. RGB value is (19,214,153). Sum of RGB (Red+Green+Blue) = 19+214+153=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #13D699 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D699 is #EC2966. Grayscale: #949494. Windows color (decimal): -15477095 or 10081811. OLE color: 10081811.
HSL color Cylindrical-coordinate representation of color #13D699: hue angle of 161.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D699 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 153 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.16 |
| HSL | 161.23º | 0.84% | 0.46% | - |
| HSV(B) | 161.23º | 0.91% | 0.84% | - |
| XYZ | 30.06 | 50.53 | 38.31 | - |
| YUV | 148.74 | 130.4 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 153 | 0.91 | 0 | 0.29 | 0.16 | 161.23 | 0.84 | 0.46 |
| Hex | 13 | D6 | 99 | 5B | 0 | 1D | 10 | A1 | 54 | 2E |
| Octal | 23 | 326 | 231 | 133 | 0 | 35 | 20 | 241 | 124 | 56 |
| Binary | 10011 | 11010110 | 10011001 | 1011011 | 0 | 11101 | 10000 | 10100001 | 1010100 | 101110 |
Color Harmonies of #13D699
Complementary color
Monochromatic Colors of #13D699
Black with #13D699
Text Example
Text Example
White with #13D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D699; }
p { color: rgb(19,214,153); }
H1.HeaderClassName
{
color: #13D699;
}
.AnyTagClassName
{
color: #13D699;
}
</style>
background-color css
<style>
a { background-color: #13D699; }
a { background-color: rgb(19,214,153); }
div.DivClassName
{
background-color: #13D699;
}
.BgClassName
{
background-color: #13D699;
}
</style>
border-color css
<style>
span { border-color: #13D699; }
span { border-color: rgb(19,214,153); }
td.TdClassName
{
border-color: #13D699;
}
.TagClassName
{
border-color: #13D699;
}
</style>