Shades of Caribbean Green #13D09A
Tints of Caribbean Green #13D09A
RGB
CMYK
RGB Variations
Color information
#13D09A (or 0x13D09A) is known color: Caribbean Green. HEX triplet: 13, D0 and 9A. RGB value is (19,208,154). Sum of RGB (Red+Green+Blue) = 19+208+154=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #13D09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D09A is #EC2F65. Grayscale: #919191. Windows color (decimal): -15478630 or 10145811. OLE color: 10145811.
HSL color Cylindrical-coordinate representation of color #13D09A: hue angle of 162.86º 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 #13D09A is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 154 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.18 |
| HSL | 162.86º | 0.83% | 0.45% | - |
| HSV(B) | 162.86º | 0.91% | 0.82% | - |
| XYZ | 28.66 | 47.58 | 38.25 | - |
| YUV | 145.33 | 132.88 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 154 | 0.91 | 0 | 0.26 | 0.18 | 162.86 | 0.83 | 0.45 |
| Hex | 13 | D0 | 9A | 5B | 0 | 1A | 12 | A3 | 53 | 2D |
| Octal | 23 | 320 | 232 | 133 | 0 | 32 | 22 | 243 | 123 | 55 |
| Binary | 10011 | 11010000 | 10011010 | 1011011 | 0 | 11010 | 10010 | 10100011 | 1010011 | 101101 |
Color Harmonies of #13D09A
Complementary color
Monochromatic Colors of #13D09A
Black with #13D09A
Text Example
Text Example
White with #13D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D09A; }
p { color: rgb(19,208,154); }
H1.HeaderClassName
{
color: #13D09A;
}
.AnyTagClassName
{
color: #13D09A;
}
</style>
background-color css
<style>
a { background-color: #13D09A; }
a { background-color: rgb(19,208,154); }
div.DivClassName
{
background-color: #13D09A;
}
.BgClassName
{
background-color: #13D09A;
}
</style>
border-color css
<style>
span { border-color: #13D09A; }
span { border-color: rgb(19,208,154); }
td.TdClassName
{
border-color: #13D09A;
}
.TagClassName
{
border-color: #13D09A;
}
</style>