Shades of Caribbean Green #13CB8D
Tints of Caribbean Green #13CB8D
RGB
CMYK
RGB Variations
Color information
#13CB8D (or 0x13CB8D) is known color: Caribbean Green. HEX triplet: 13, CB and 8D. RGB value is (19,203,141). Sum of RGB (Red+Green+Blue) = 19+203+141=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB8D is #EC3472. Grayscale: #8C8C8C. Windows color (decimal): -15479923 or 9292563. OLE color: 9292563.
HSL color Cylindrical-coordinate representation of color #13CB8D: hue angle of 159.78º 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 #13CB8D is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 141 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.20 |
| HSL | 159.78º | 0.83% | 0.44% | - |
| HSV(B) | 159.78º | 0.91% | 0.8% | - |
| XYZ | 26.43 | 44.77 | 32.45 | - |
| YUV | 140.92 | 128.04 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 141 | 0.91 | 0 | 0.31 | 0.20 | 159.78 | 0.83 | 0.44 |
| Hex | 13 | CB | 8D | 5B | 0 | 1F | 14 | A0 | 53 | 2C |
| Octal | 23 | 313 | 215 | 133 | 0 | 37 | 24 | 240 | 123 | 54 |
| Binary | 10011 | 11001011 | 10001101 | 1011011 | 0 | 11111 | 10100 | 10100000 | 1010011 | 101100 |
Color Harmonies of #13CB8D
Complementary color
Monochromatic Colors of #13CB8D
Black with #13CB8D
Text Example
Text Example
White with #13CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB8D; }
p { color: rgb(19,203,141); }
H1.HeaderClassName
{
color: #13CB8D;
}
.AnyTagClassName
{
color: #13CB8D;
}
</style>
background-color css
<style>
a { background-color: #13CB8D; }
a { background-color: rgb(19,203,141); }
div.DivClassName
{
background-color: #13CB8D;
}
.BgClassName
{
background-color: #13CB8D;
}
</style>
border-color css
<style>
span { border-color: #13CB8D; }
span { border-color: rgb(19,203,141); }
td.TdClassName
{
border-color: #13CB8D;
}
.TagClassName
{
border-color: #13CB8D;
}
</style>