Shades of Caribbean Green #13C99A
Tints of Caribbean Green #13C99A
RGB
CMYK
RGB Variations
Color information
#13C99A (or 0x13C99A) is known color: Caribbean Green. HEX triplet: 13, C9 and 9A. RGB value is (19,201,154). Sum of RGB (Red+Green+Blue) = 19+201+154=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #13C99A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C99A is #EC3665. Grayscale: #8D8D8D. Windows color (decimal): -15480422 or 10144019. OLE color: 10144019.
HSL color Cylindrical-coordinate representation of color #13C99A: hue angle of 164.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C99A is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 154 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.21 |
| HSL | 164.51º | 0.83% | 0.43% | - |
| HSV(B) | 164.51º | 0.91% | 0.79% | - |
| XYZ | 26.99 | 44.24 | 37.69 | - |
| YUV | 141.22 | 135.2 | 40.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 154 | 0.91 | 0 | 0.23 | 0.21 | 164.51 | 0.83 | 0.43 |
| Hex | 13 | C9 | 9A | 5B | 0 | 17 | 15 | A5 | 53 | 2B |
| Octal | 23 | 311 | 232 | 133 | 0 | 27 | 25 | 245 | 123 | 53 |
| Binary | 10011 | 11001001 | 10011010 | 1011011 | 0 | 10111 | 10101 | 10100101 | 1010011 | 101011 |
Color Harmonies of #13C99A
Complementary color
Monochromatic Colors of #13C99A
Black with #13C99A
Text Example
Text Example
White with #13C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C99A; }
p { color: rgb(19,201,154); }
H1.HeaderClassName
{
color: #13C99A;
}
.AnyTagClassName
{
color: #13C99A;
}
</style>
background-color css
<style>
a { background-color: #13C99A; }
a { background-color: rgb(19,201,154); }
div.DivClassName
{
background-color: #13C99A;
}
.BgClassName
{
background-color: #13C99A;
}
</style>
border-color css
<style>
span { border-color: #13C99A; }
span { border-color: rgb(19,201,154); }
td.TdClassName
{
border-color: #13C99A;
}
.TagClassName
{
border-color: #13C99A;
}
</style>