Shades of Caribbean Green #13D78C
Tints of Caribbean Green #13D78C
RGB
CMYK
RGB Variations
Color information
#13D78C (or 0x13D78C) is known color: Caribbean Green. HEX triplet: 13, D7 and 8C. RGB value is (19,215,140). Sum of RGB (Red+Green+Blue) = 19+215+140=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #13D78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D78C is #EC2873. Grayscale: #939393. Windows color (decimal): -15476852 or 9230099. OLE color: 9230099.
HSL color Cylindrical-coordinate representation of color #13D78C: hue angle of 157.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D78C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 215 | 140 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.16 |
| HSL | 157.04º | 0.84% | 0.46% | - |
| HSV(B) | 157.04º | 0.91% | 0.84% | - |
| XYZ | 29.3 | 50.63 | 33.04 | - |
| YUV | 147.85 | 123.57 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 215 | 140 | 0.91 | 0 | 0.35 | 0.16 | 157.04 | 0.84 | 0.46 |
| Hex | 13 | D7 | 8C | 5B | 0 | 23 | 10 | 9D | 54 | 2E |
| Octal | 23 | 327 | 214 | 133 | 0 | 43 | 20 | 235 | 124 | 56 |
| Binary | 10011 | 11010111 | 10001100 | 1011011 | 0 | 100011 | 10000 | 10011101 | 1010100 | 101110 |
Color Harmonies of #13D78C
Complementary color
Monochromatic Colors of #13D78C
Black with #13D78C
Text Example
Text Example
White with #13D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D78C; }
p { color: rgb(19,215,140); }
H1.HeaderClassName
{
color: #13D78C;
}
.AnyTagClassName
{
color: #13D78C;
}
</style>
background-color css
<style>
a { background-color: #13D78C; }
a { background-color: rgb(19,215,140); }
div.DivClassName
{
background-color: #13D78C;
}
.BgClassName
{
background-color: #13D78C;
}
</style>
border-color css
<style>
span { border-color: #13D78C; }
span { border-color: rgb(19,215,140); }
td.TdClassName
{
border-color: #13D78C;
}
.TagClassName
{
border-color: #13D78C;
}
</style>