Shades of Caribbean Green #13D08A
Tints of Caribbean Green #13D08A
RGB
CMYK
RGB Variations
Color information
#13D08A (or 0x13D08A) is known color: Caribbean Green. HEX triplet: 13, D0 and 8A. RGB value is (19,208,138). Sum of RGB (Red+Green+Blue) = 19+208+138=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #13D08A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13D08A is #EC2F75. Grayscale: #8F8F8F. Windows color (decimal): -15478646 or 9097235. OLE color: 9097235.
HSL color Cylindrical-coordinate representation of color #13D08A: hue angle of 157.78º 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 #13D08A is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 208 | 138 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.18 |
| HSL | 157.78º | 0.83% | 0.45% | - |
| HSV(B) | 157.78º | 0.91% | 0.82% | - |
| XYZ | 27.41 | 47.09 | 31.69 | - |
| YUV | 143.51 | 124.88 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 138 | 0.91 | 0 | 0.34 | 0.18 | 157.78 | 0.83 | 0.45 |
| Hex | 13 | D0 | 8A | 5B | 0 | 22 | 12 | 9E | 53 | 2D |
| Octal | 23 | 320 | 212 | 133 | 0 | 42 | 22 | 236 | 123 | 55 |
| Binary | 10011 | 11010000 | 10001010 | 1011011 | 0 | 100010 | 10010 | 10011110 | 1010011 | 101101 |
Color Harmonies of #13D08A
Complementary color
Monochromatic Colors of #13D08A
Black with #13D08A
Text Example
Text Example
White with #13D08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D08A; }
p { color: rgb(19,208,138); }
H1.HeaderClassName
{
color: #13D08A;
}
.AnyTagClassName
{
color: #13D08A;
}
</style>
background-color css
<style>
a { background-color: #13D08A; }
a { background-color: rgb(19,208,138); }
div.DivClassName
{
background-color: #13D08A;
}
.BgClassName
{
background-color: #13D08A;
}
</style>
border-color css
<style>
span { border-color: #13D08A; }
span { border-color: rgb(19,208,138); }
td.TdClassName
{
border-color: #13D08A;
}
.TagClassName
{
border-color: #13D08A;
}
</style>