Shades of Caribbean Green #13DDA4
Tints of Caribbean Green #13DDA4
RGB
CMYK
RGB Variations
Color information
#13DDA4 (or 0x13DDA4) is known color: Caribbean Green. HEX triplet: 13, DD and A4. RGB value is (19,221,164). Sum of RGB (Red+Green+Blue) = 19+221+164=404 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.70% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DDA4 is #EC225B. Grayscale: #9A9A9A. Windows color (decimal): -15475292 or 10804499. OLE color: 10804499.
HSL color Cylindrical-coordinate representation of color #13DDA4: hue angle of 163.07º 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 #13DDA4 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 164 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.13 |
| HSL | 163.07º | 0.84% | 0.47% | - |
| HSV(B) | 163.07º | 0.91% | 0.87% | - |
| XYZ | 32.83 | 54.53 | 43.92 | - |
| YUV | 154.1 | 133.58 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 164 | 0.91 | 0 | 0.26 | 0.13 | 163.07 | 0.84 | 0.47 |
| Hex | 13 | DD | A4 | 5B | 0 | 1A | D | A3 | 54 | 2F |
| Octal | 23 | 335 | 244 | 133 | 0 | 32 | 15 | 243 | 124 | 57 |
| Binary | 10011 | 11011101 | 10100100 | 1011011 | 0 | 11010 | 1101 | 10100011 | 1010100 | 101111 |
Color Harmonies of #13DDA4
Complementary color
Monochromatic Colors of #13DDA4
Black with #13DDA4
Text Example
Text Example
White with #13DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDA4; }
p { color: rgb(19,221,164); }
H1.HeaderClassName
{
color: #13DDA4;
}
.AnyTagClassName
{
color: #13DDA4;
}
</style>
background-color css
<style>
a { background-color: #13DDA4; }
a { background-color: rgb(19,221,164); }
div.DivClassName
{
background-color: #13DDA4;
}
.BgClassName
{
background-color: #13DDA4;
}
</style>
border-color css
<style>
span { border-color: #13DDA4; }
span { border-color: rgb(19,221,164); }
td.TdClassName
{
border-color: #13DDA4;
}
.TagClassName
{
border-color: #13DDA4;
}
</style>