Shades of Caribbean Green #13E09D
Tints of Caribbean Green #13E09D
RGB
CMYK
RGB Variations
Color information
#13E09D (or 0x13E09D) is known color: Caribbean Green. HEX triplet: 13, E0 and 9D. RGB value is (19,224,157). Sum of RGB (Red+Green+Blue) = 19+224+157=400 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.75% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #13E09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E09D is #EC1F62. Grayscale: #9B9B9B. Windows color (decimal): -15474531 or 10346515. OLE color: 10346515.
HSL color Cylindrical-coordinate representation of color #13E09D: hue angle of 160.39º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E09D is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 224 | 157 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.12 |
| HSL | 160.39º | 0.84% | 0.48% | - |
| HSV(B) | 160.39º | 0.92% | 0.88% | - |
| XYZ | 33.01 | 55.88 | 40.95 | - |
| YUV | 155.07 | 129.08 | 30.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 224 | 157 | 0.92 | 0 | 0.30 | 0.12 | 160.39 | 0.84 | 0.48 |
| Hex | 13 | E0 | 9D | 5C | 0 | 1E | C | A0 | 54 | 30 |
| Octal | 23 | 340 | 235 | 134 | 0 | 36 | 14 | 240 | 124 | 60 |
| Binary | 10011 | 11100000 | 10011101 | 1011100 | 0 | 11110 | 1100 | 10100000 | 1010100 | 110000 |
Color Harmonies of #13E09D
Complementary color
Monochromatic Colors of #13E09D
Black with #13E09D
Text Example
Text Example
White with #13E09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E09D; }
p { color: rgb(19,224,157); }
H1.HeaderClassName
{
color: #13E09D;
}
.AnyTagClassName
{
color: #13E09D;
}
</style>
background-color css
<style>
a { background-color: #13E09D; }
a { background-color: rgb(19,224,157); }
div.DivClassName
{
background-color: #13E09D;
}
.BgClassName
{
background-color: #13E09D;
}
</style>
border-color css
<style>
span { border-color: #13E09D; }
span { border-color: rgb(19,224,157); }
td.TdClassName
{
border-color: #13E09D;
}
.TagClassName
{
border-color: #13E09D;
}
</style>