Shades of Caribbean Green #13DDB4
Tints of Caribbean Green #13DDB4
RGB
CMYK
RGB Variations
Color information
#13DDB4 (or 0x13DDB4) is known color: Caribbean Green. HEX triplet: 13, DD and B4. RGB value is (19,221,180). Sum of RGB (Red+Green+Blue) = 19+221+180=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #13DDB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DDB4 is #EC224B. Grayscale: #9B9B9B. Windows color (decimal): -15475276 or 11853075. OLE color: 11853075.
HSL color Cylindrical-coordinate representation of color #13DDB4: hue angle of 167.82º 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 #13DDB4 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 221 | 180 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.13 |
| HSL | 167.82º | 0.84% | 0.47% | - |
| HSV(B) | 167.82º | 0.91% | 0.87% | - |
| XYZ | 34.36 | 55.15 | 52.01 | - |
| YUV | 155.93 | 141.58 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 221 | 180 | 0.91 | 0 | 0.19 | 0.13 | 167.82 | 0.84 | 0.47 |
| Hex | 13 | DD | B4 | 5B | 0 | 13 | D | A8 | 54 | 2F |
| Octal | 23 | 335 | 264 | 133 | 0 | 23 | 15 | 250 | 124 | 57 |
| Binary | 10011 | 11011101 | 10110100 | 1011011 | 0 | 10011 | 1101 | 10101000 | 1010100 | 101111 |
Color Harmonies of #13DDB4
Complementary color
Monochromatic Colors of #13DDB4
Black with #13DDB4
Text Example
Text Example
White with #13DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DDB4; }
p { color: rgb(19,221,180); }
H1.HeaderClassName
{
color: #13DDB4;
}
.AnyTagClassName
{
color: #13DDB4;
}
</style>
background-color css
<style>
a { background-color: #13DDB4; }
a { background-color: rgb(19,221,180); }
div.DivClassName
{
background-color: #13DDB4;
}
.BgClassName
{
background-color: #13DDB4;
}
</style>
border-color css
<style>
span { border-color: #13DDB4; }
span { border-color: rgb(19,221,180); }
td.TdClassName
{
border-color: #13DDB4;
}
.TagClassName
{
border-color: #13DDB4;
}
</style>