Shades of Caribbean Green #13D098
Tints of Caribbean Green #13D098
RGB
CMYK
RGB Variations
Color information
#13D098 (or 0x13D098) is known color: Caribbean Green. HEX triplet: 13, D0 and 98. RGB value is (19,208,152). Sum of RGB (Red+Green+Blue) = 19+208+152=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #13D098 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D098 is #EC2F67. Grayscale: #919191. Windows color (decimal): -15478632 or 10014739. OLE color: 10014739.
HSL color Cylindrical-coordinate representation of color #13D098: hue angle of 162.22º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D098 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 152 | - |
| CMYK | 0.91 | 0 | 0.27 | 0.18 |
| HSL | 162.22º | 0.83% | 0.45% | - |
| HSV(B) | 162.22º | 0.91% | 0.82% | - |
| XYZ | 28.49 | 47.52 | 37.38 | - |
| YUV | 145.11 | 131.88 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 152 | 0.91 | 0 | 0.27 | 0.18 | 162.22 | 0.83 | 0.45 |
| Hex | 13 | D0 | 98 | 5B | 0 | 1B | 12 | A2 | 53 | 2D |
| Octal | 23 | 320 | 230 | 133 | 0 | 33 | 22 | 242 | 123 | 55 |
| Binary | 10011 | 11010000 | 10011000 | 1011011 | 0 | 11011 | 10010 | 10100010 | 1010011 | 101101 |
Color Harmonies of #13D098
Complementary color
Monochromatic Colors of #13D098
Black with #13D098
Text Example
Text Example
White with #13D098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D098; }
p { color: rgb(19,208,152); }
H1.HeaderClassName
{
color: #13D098;
}
.AnyTagClassName
{
color: #13D098;
}
</style>
background-color css
<style>
a { background-color: #13D098; }
a { background-color: rgb(19,208,152); }
div.DivClassName
{
background-color: #13D098;
}
.BgClassName
{
background-color: #13D098;
}
</style>
border-color css
<style>
span { border-color: #13D098; }
span { border-color: rgb(19,208,152); }
td.TdClassName
{
border-color: #13D098;
}
.TagClassName
{
border-color: #13D098;
}
</style>