Shades of Caribbean Green #13DDA5
Tints of Caribbean Green #13DDA5
RGB
CMYK
RGB Variations
Color information
#13DDA5 (or 0x13DDA5) is known color: Caribbean Green. HEX triplet: 13, DD and A5. RGB value is (19,221,165). Sum of RGB (Red+Green+Blue) = 19+221+165=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDA5 is #EC225A. Grayscale: #9A9A9A. Windows color (decimal): -15475291 or 10870035. OLE color: 10870035.
HSL color Cylindrical-coordinate representation of color #13DDA5: hue angle of 163.37º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DDA5 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 165 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.13 |
| HSL | 163.37º | 0.84% | 0.47% | - |
| HSV(B) | 163.37º | 0.91% | 0.87% | - |
| XYZ | 32.92 | 54.57 | 44.4 | - |
| YUV | 154.22 | 134.08 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 165 | 0.91 | 0 | 0.25 | 0.13 | 163.37 | 0.84 | 0.47 |
| Hex | 13 | DD | A5 | 5B | 0 | 19 | D | A3 | 54 | 2F |
| Octal | 23 | 335 | 245 | 133 | 0 | 31 | 15 | 243 | 124 | 57 |
| Binary | 10011 | 11011101 | 10100101 | 1011011 | 0 | 11001 | 1101 | 10100011 | 1010100 | 101111 |
Color Harmonies of #13DDA5
Complementary color
Monochromatic Colors of #13DDA5
Black with #13DDA5
Text Example
Text Example
White with #13DDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDA5; }
p { color: rgb(19,221,165); }
H1.HeaderClassName
{
color: #13DDA5;
}
.AnyTagClassName
{
color: #13DDA5;
}
</style>
background-color css
<style>
a { background-color: #13DDA5; }
a { background-color: rgb(19,221,165); }
div.DivClassName
{
background-color: #13DDA5;
}
.BgClassName
{
background-color: #13DDA5;
}
</style>
border-color css
<style>
span { border-color: #13DDA5; }
span { border-color: rgb(19,221,165); }
td.TdClassName
{
border-color: #13DDA5;
}
.TagClassName
{
border-color: #13DDA5;
}
</style>