Shades of Caribbean Green #13CDA9
Tints of Caribbean Green #13CDA9
RGB
CMYK
RGB Variations
Color information
#13CDA9 (or 0x13CDA9) is known color: Caribbean Green. HEX triplet: 13, CD and A9. RGB value is (19,205,169). Sum of RGB (Red+Green+Blue) = 19+205+169=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #13CDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CDA9 is #EC3256. Grayscale: #919191. Windows color (decimal): -15479383 or 11128083. OLE color: 11128083.
HSL color Cylindrical-coordinate representation of color #13CDA9: hue angle of 168.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CDA9 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 205 | 169 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.20 |
| HSL | 168.39º | 0.83% | 0.44% | - |
| HSV(B) | 168.39º | 0.91% | 0.8% | - |
| XYZ | 29.26 | 46.67 | 45 | - |
| YUV | 145.28 | 141.38 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 205 | 169 | 0.91 | 0 | 0.18 | 0.20 | 168.39 | 0.83 | 0.44 |
| Hex | 13 | CD | A9 | 5B | 0 | 12 | 14 | A8 | 53 | 2C |
| Octal | 23 | 315 | 251 | 133 | 0 | 22 | 24 | 250 | 123 | 54 |
| Binary | 10011 | 11001101 | 10101001 | 1011011 | 0 | 10010 | 10100 | 10101000 | 1010011 | 101100 |
Color Harmonies of #13CDA9
Complementary color
Monochromatic Colors of #13CDA9
Black with #13CDA9
Text Example
Text Example
White with #13CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CDA9; }
p { color: rgb(19,205,169); }
H1.HeaderClassName
{
color: #13CDA9;
}
.AnyTagClassName
{
color: #13CDA9;
}
</style>
background-color css
<style>
a { background-color: #13CDA9; }
a { background-color: rgb(19,205,169); }
div.DivClassName
{
background-color: #13CDA9;
}
.BgClassName
{
background-color: #13CDA9;
}
</style>
border-color css
<style>
span { border-color: #13CDA9; }
span { border-color: rgb(19,205,169); }
td.TdClassName
{
border-color: #13CDA9;
}
.TagClassName
{
border-color: #13CDA9;
}
</style>