Shades of Caribbean Green #13DA90
Tints of Caribbean Green #13DA90
RGB
CMYK
RGB Variations
Color information
#13DA90 (or 0x13DA90) is known color: Caribbean Green. HEX triplet: 13, DA and 90. RGB value is (19,218,144). Sum of RGB (Red+Green+Blue) = 19+218+144=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DA90 is #EC256F. Grayscale: #969696. Windows color (decimal): -15476080 or 9493011. OLE color: 9493011.
HSL color Cylindrical-coordinate representation of color #13DA90: hue angle of 157.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DA90 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 218 | 144 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.15 |
| HSL | 157.69º | 0.84% | 0.46% | - |
| HSV(B) | 157.69º | 0.91% | 0.85% | - |
| XYZ | 30.37 | 52.29 | 34.88 | - |
| YUV | 150.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 218 | 144 | 0.91 | 0 | 0.34 | 0.15 | 157.69 | 0.84 | 0.46 |
| Hex | 13 | DA | 90 | 5B | 0 | 22 | F | 9E | 54 | 2E |
| Octal | 23 | 332 | 220 | 133 | 0 | 42 | 17 | 236 | 124 | 56 |
| Binary | 10011 | 11011010 | 10010000 | 1011011 | 0 | 100010 | 1111 | 10011110 | 1010100 | 101110 |
Color Harmonies of #13DA90
Complementary color
Monochromatic Colors of #13DA90
Black with #13DA90
Text Example
Text Example
White with #13DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DA90; }
p { color: rgb(19,218,144); }
H1.HeaderClassName
{
color: #13DA90;
}
.AnyTagClassName
{
color: #13DA90;
}
</style>
background-color css
<style>
a { background-color: #13DA90; }
a { background-color: rgb(19,218,144); }
div.DivClassName
{
background-color: #13DA90;
}
.BgClassName
{
background-color: #13DA90;
}
</style>
border-color css
<style>
span { border-color: #13DA90; }
span { border-color: rgb(19,218,144); }
td.TdClassName
{
border-color: #13DA90;
}
.TagClassName
{
border-color: #13DA90;
}
</style>