Shades of Caribbean Green #13CBA5
Tints of Caribbean Green #13CBA5
RGB
CMYK
RGB Variations
Color information
#13CBA5 (or 0x13CBA5) is known color: Caribbean Green. HEX triplet: 13, CB and A5. RGB value is (19,203,165). Sum of RGB (Red+Green+Blue) = 19+203+165=387 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.91% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBA5 is #EC345A. Grayscale: #8F8F8F. Windows color (decimal): -15479899 or 10865427. OLE color: 10865427.
HSL color Cylindrical-coordinate representation of color #13CBA5: hue angle of 167.61º 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 #13CBA5 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 165 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.20 |
| HSL | 167.61º | 0.83% | 0.44% | - |
| HSV(B) | 167.61º | 0.91% | 0.8% | - |
| XYZ | 28.42 | 45.57 | 42.89 | - |
| YUV | 143.65 | 140.04 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 165 | 0.91 | 0 | 0.19 | 0.20 | 167.61 | 0.83 | 0.44 |
| Hex | 13 | CB | A5 | 5B | 0 | 13 | 14 | A8 | 53 | 2C |
| Octal | 23 | 313 | 245 | 133 | 0 | 23 | 24 | 250 | 123 | 54 |
| Binary | 10011 | 11001011 | 10100101 | 1011011 | 0 | 10011 | 10100 | 10101000 | 1010011 | 101100 |
Color Harmonies of #13CBA5
Complementary color
Monochromatic Colors of #13CBA5
Black with #13CBA5
Text Example
Text Example
White with #13CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBA5; }
p { color: rgb(19,203,165); }
H1.HeaderClassName
{
color: #13CBA5;
}
.AnyTagClassName
{
color: #13CBA5;
}
</style>
background-color css
<style>
a { background-color: #13CBA5; }
a { background-color: rgb(19,203,165); }
div.DivClassName
{
background-color: #13CBA5;
}
.BgClassName
{
background-color: #13CBA5;
}
</style>
border-color css
<style>
span { border-color: #13CBA5; }
span { border-color: rgb(19,203,165); }
td.TdClassName
{
border-color: #13CBA5;
}
.TagClassName
{
border-color: #13CBA5;
}
</style>