Shades of Caribbean Green #13CBA7
Tints of Caribbean Green #13CBA7
RGB
CMYK
RGB Variations
Color information
#13CBA7 (or 0x13CBA7) is known color: Caribbean Green. HEX triplet: 13, CB and A7. RGB value is (19,203,167). Sum of RGB (Red+Green+Blue) = 19+203+167=389 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.88% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBA7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBA7 is #EC3458. Grayscale: #8F8F8F. Windows color (decimal): -15479897 or 10996499. OLE color: 10996499.
HSL color Cylindrical-coordinate representation of color #13CBA7: hue angle of 168.26º 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 #13CBA7 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 167 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.20 |
| HSL | 168.26º | 0.83% | 0.44% | - |
| HSV(B) | 168.26º | 0.91% | 0.8% | - |
| XYZ | 28.6 | 45.64 | 43.86 | - |
| YUV | 143.88 | 141.04 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 167 | 0.91 | 0 | 0.18 | 0.20 | 168.26 | 0.83 | 0.44 |
| Hex | 13 | CB | A7 | 5B | 0 | 12 | 14 | A8 | 53 | 2C |
| Octal | 23 | 313 | 247 | 133 | 0 | 22 | 24 | 250 | 123 | 54 |
| Binary | 10011 | 11001011 | 10100111 | 1011011 | 0 | 10010 | 10100 | 10101000 | 1010011 | 101100 |
Color Harmonies of #13CBA7
Complementary color
Monochromatic Colors of #13CBA7
Black with #13CBA7
Text Example
Text Example
White with #13CBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBA7; }
p { color: rgb(19,203,167); }
H1.HeaderClassName
{
color: #13CBA7;
}
.AnyTagClassName
{
color: #13CBA7;
}
</style>
background-color css
<style>
a { background-color: #13CBA7; }
a { background-color: rgb(19,203,167); }
div.DivClassName
{
background-color: #13CBA7;
}
.BgClassName
{
background-color: #13CBA7;
}
</style>
border-color css
<style>
span { border-color: #13CBA7; }
span { border-color: rgb(19,203,167); }
td.TdClassName
{
border-color: #13CBA7;
}
.TagClassName
{
border-color: #13CBA7;
}
</style>