Shades of Caribbean Green #13C893
Tints of Caribbean Green #13C893
RGB
CMYK
RGB Variations
Color information
#13C893 (or 0x13C893) is known color: Caribbean Green. HEX triplet: 13, C8 and 93. RGB value is (19,200,147). Sum of RGB (Red+Green+Blue) = 19+200+147=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #13C893 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C893 is #EC376C. Grayscale: #8B8B8B. Windows color (decimal): -15480685 or 9685011. OLE color: 9685011.
HSL color Cylindrical-coordinate representation of color #13C893: hue angle of 162.43º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C893 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 147 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.22 |
| HSL | 162.43º | 0.83% | 0.43% | - |
| HSV(B) | 162.43º | 0.91% | 0.78% | - |
| XYZ | 26.19 | 43.55 | 34.63 | - |
| YUV | 139.84 | 132.03 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 147 | 0.90 | 0 | 0.26 | 0.22 | 162.43 | 0.83 | 0.43 |
| Hex | 13 | C8 | 93 | 5A | 0 | 1A | 16 | A2 | 53 | 2B |
| Octal | 23 | 310 | 223 | 132 | 0 | 32 | 26 | 242 | 123 | 53 |
| Binary | 10011 | 11001000 | 10010011 | 1011010 | 0 | 11010 | 10110 | 10100010 | 1010011 | 101011 |
Color Harmonies of #13C893
Complementary color
Monochromatic Colors of #13C893
Black with #13C893
Text Example
Text Example
White with #13C893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C893; }
p { color: rgb(19,200,147); }
H1.HeaderClassName
{
color: #13C893;
}
.AnyTagClassName
{
color: #13C893;
}
</style>
background-color css
<style>
a { background-color: #13C893; }
a { background-color: rgb(19,200,147); }
div.DivClassName
{
background-color: #13C893;
}
.BgClassName
{
background-color: #13C893;
}
</style>
border-color css
<style>
span { border-color: #13C893; }
span { border-color: rgb(19,200,147); }
td.TdClassName
{
border-color: #13C893;
}
.TagClassName
{
border-color: #13C893;
}
</style>