Shades of Caribbean Green #13CB93
Tints of Caribbean Green #13CB93
RGB
CMYK
RGB Variations
Color information
#13CB93 (or 0x13CB93) is known color: Caribbean Green. HEX triplet: 13, CB and 93. RGB value is (19,203,147). Sum of RGB (Red+Green+Blue) = 19+203+147=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB93 is #EC346C. Grayscale: #8D8D8D. Windows color (decimal): -15479917 or 9685779. OLE color: 9685779.
HSL color Cylindrical-coordinate representation of color #13CB93: hue angle of 161.74º 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 #13CB93 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 147 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.20 |
| HSL | 161.74º | 0.83% | 0.44% | - |
| HSV(B) | 161.74º | 0.91% | 0.8% | - |
| XYZ | 26.89 | 44.96 | 34.86 | - |
| YUV | 141.6 | 131.04 | 40.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 147 | 0.91 | 0 | 0.28 | 0.20 | 161.74 | 0.83 | 0.44 |
| Hex | 13 | CB | 93 | 5B | 0 | 1C | 14 | A2 | 53 | 2C |
| Octal | 23 | 313 | 223 | 133 | 0 | 34 | 24 | 242 | 123 | 54 |
| Binary | 10011 | 11001011 | 10010011 | 1011011 | 0 | 11100 | 10100 | 10100010 | 1010011 | 101100 |
Color Harmonies of #13CB93
Complementary color
Monochromatic Colors of #13CB93
Black with #13CB93
Text Example
Text Example
White with #13CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB93; }
p { color: rgb(19,203,147); }
H1.HeaderClassName
{
color: #13CB93;
}
.AnyTagClassName
{
color: #13CB93;
}
</style>
background-color css
<style>
a { background-color: #13CB93; }
a { background-color: rgb(19,203,147); }
div.DivClassName
{
background-color: #13CB93;
}
.BgClassName
{
background-color: #13CB93;
}
</style>
border-color css
<style>
span { border-color: #13CB93; }
span { border-color: rgb(19,203,147); }
td.TdClassName
{
border-color: #13CB93;
}
.TagClassName
{
border-color: #13CB93;
}
</style>