Shades of Caribbean Green #13C098
Tints of Caribbean Green #13C098
RGB
CMYK
RGB Variations
Color information
#13C098 (or 0x13C098) is known color: Caribbean Green. HEX triplet: 13, C0 and 98. RGB value is (19,192,152). Sum of RGB (Red+Green+Blue) = 19+192+152=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #13C098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C098 is #EC3F67. Grayscale: #878787. Windows color (decimal): -15482728 or 10010643. OLE color: 10010643.
HSL color Cylindrical-coordinate representation of color #13C098: hue angle of 166.13º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C098 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 152 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.25 |
| HSL | 166.13º | 0.82% | 0.41% | - |
| HSV(B) | 166.13º | 0.9% | 0.75% | - |
| XYZ | 24.79 | 40.1 | 36.14 | - |
| YUV | 135.71 | 137.19 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 152 | 0.90 | 0 | 0.21 | 0.25 | 166.13 | 0.82 | 0.41 |
| Hex | 13 | C0 | 98 | 5A | 0 | 15 | 19 | A6 | 52 | 29 |
| Octal | 23 | 300 | 230 | 132 | 0 | 25 | 31 | 246 | 122 | 51 |
| Binary | 10011 | 11000000 | 10011000 | 1011010 | 0 | 10101 | 11001 | 10100110 | 1010010 | 101001 |
Color Harmonies of #13C098
Complementary color
Monochromatic Colors of #13C098
Black with #13C098
Text Example
Text Example
White with #13C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C098; }
p { color: rgb(19,192,152); }
H1.HeaderClassName
{
color: #13C098;
}
.AnyTagClassName
{
color: #13C098;
}
</style>
background-color css
<style>
a { background-color: #13C098; }
a { background-color: rgb(19,192,152); }
div.DivClassName
{
background-color: #13C098;
}
.BgClassName
{
background-color: #13C098;
}
</style>
border-color css
<style>
span { border-color: #13C098; }
span { border-color: rgb(19,192,152); }
td.TdClassName
{
border-color: #13C098;
}
.TagClassName
{
border-color: #13C098;
}
</style>