Shades of Caribbean Green #13D09B
Tints of Caribbean Green #13D09B
RGB
CMYK
RGB Variations
Color information
#13D09B (or 0x13D09B) is known color: Caribbean Green. HEX triplet: 13, D0 and 9B. RGB value is (19,208,155). Sum of RGB (Red+Green+Blue) = 19+208+155=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #13D09B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D09B is #EC2F64. Grayscale: #919191. Windows color (decimal): -15478629 or 10211347. OLE color: 10211347.
HSL color Cylindrical-coordinate representation of color #13D09B: hue angle of 163.17º 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 #13D09B is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 155 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.18 |
| HSL | 163.17º | 0.83% | 0.45% | - |
| HSV(B) | 163.17º | 0.91% | 0.82% | - |
| XYZ | 28.74 | 47.62 | 38.69 | - |
| YUV | 145.45 | 133.38 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 155 | 0.91 | 0 | 0.25 | 0.18 | 163.17 | 0.83 | 0.45 |
| Hex | 13 | D0 | 9B | 5B | 0 | 19 | 12 | A3 | 53 | 2D |
| Octal | 23 | 320 | 233 | 133 | 0 | 31 | 22 | 243 | 123 | 55 |
| Binary | 10011 | 11010000 | 10011011 | 1011011 | 0 | 11001 | 10010 | 10100011 | 1010011 | 101101 |
Color Harmonies of #13D09B
Complementary color
Monochromatic Colors of #13D09B
Black with #13D09B
Text Example
Text Example
White with #13D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D09B; }
p { color: rgb(19,208,155); }
H1.HeaderClassName
{
color: #13D09B;
}
.AnyTagClassName
{
color: #13D09B;
}
</style>
background-color css
<style>
a { background-color: #13D09B; }
a { background-color: rgb(19,208,155); }
div.DivClassName
{
background-color: #13D09B;
}
.BgClassName
{
background-color: #13D09B;
}
</style>
border-color css
<style>
span { border-color: #13D09B; }
span { border-color: rgb(19,208,155); }
td.TdClassName
{
border-color: #13D09B;
}
.TagClassName
{
border-color: #13D09B;
}
</style>