Shades of Caribbean Green #13D68D
Tints of Caribbean Green #13D68D
RGB
CMYK
RGB Variations
Color information
#13D68D (or 0x13D68D) is known color: Caribbean Green. HEX triplet: 13, D6 and 8D. RGB value is (19,214,141). Sum of RGB (Red+Green+Blue) = 19+214+141=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 214 (83.98% from 255 or 57.22% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 214 - color contains mainly: green. Hex color #13D68D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D68D is #EC2972. Grayscale: #939393. Windows color (decimal): -15477107 or 9295379. OLE color: 9295379.
HSL color Cylindrical-coordinate representation of color #13D68D: hue angle of 157.54º 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 #13D68D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 214 | 141 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.16 |
| HSL | 157.54º | 0.84% | 0.46% | - |
| HSV(B) | 157.54º | 0.91% | 0.84% | - |
| XYZ | 29.12 | 50.15 | 33.35 | - |
| YUV | 147.37 | 124.4 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 214 | 141 | 0.91 | 0 | 0.34 | 0.16 | 157.54 | 0.84 | 0.46 |
| Hex | 13 | D6 | 8D | 5B | 0 | 22 | 10 | 9E | 54 | 2E |
| Octal | 23 | 326 | 215 | 133 | 0 | 42 | 20 | 236 | 124 | 56 |
| Binary | 10011 | 11010110 | 10001101 | 1011011 | 0 | 100010 | 10000 | 10011110 | 1010100 | 101110 |
Color Harmonies of #13D68D
Complementary color
Monochromatic Colors of #13D68D
Black with #13D68D
Text Example
Text Example
White with #13D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D68D; }
p { color: rgb(19,214,141); }
H1.HeaderClassName
{
color: #13D68D;
}
.AnyTagClassName
{
color: #13D68D;
}
</style>
background-color css
<style>
a { background-color: #13D68D; }
a { background-color: rgb(19,214,141); }
div.DivClassName
{
background-color: #13D68D;
}
.BgClassName
{
background-color: #13D68D;
}
</style>
border-color css
<style>
span { border-color: #13D68D; }
span { border-color: rgb(19,214,141); }
td.TdClassName
{
border-color: #13D68D;
}
.TagClassName
{
border-color: #13D68D;
}
</style>