Shades of Caribbean Green #15D685
Tints of Caribbean Green #15D685
RGB
CMYK
RGB Variations
Color information
#15D685 (or 0x15D685) is known color: Caribbean Green. HEX triplet: 15, D6 and 85. RGB value is (21,214,133). Sum of RGB (Red+Green+Blue) = 21+214+133=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #15D685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15D685 is #EA297A. Grayscale: #939393. Windows color (decimal): -15346043 or 8771093. OLE color: 8771093.
HSL color Cylindrical-coordinate representation of color #15D685: hue angle of 154.82º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D685 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 214 | 133 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.16 |
| HSL | 154.82º | 0.82% | 0.46% | - |
| HSV(B) | 154.82º | 0.9% | 0.84% | - |
| XYZ | 28.59 | 49.95 | 30.32 | - |
| YUV | 147.06 | 120.06 | 38.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 214 | 133 | 0.90 | 0 | 0.38 | 0.16 | 154.82 | 0.82 | 0.46 |
| Hex | 15 | D6 | 85 | 5A | 0 | 26 | 10 | 9B | 52 | 2E |
| Octal | 25 | 326 | 205 | 132 | 0 | 46 | 20 | 233 | 122 | 56 |
| Binary | 10101 | 11010110 | 10000101 | 1011010 | 0 | 100110 | 10000 | 10011011 | 1010010 | 101110 |
Color Harmonies of #15D685
Complementary color
Monochromatic Colors of #15D685
Black with #15D685
Text Example
Text Example
White with #15D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D685; }
p { color: rgb(21,214,133); }
H1.HeaderClassName
{
color: #15D685;
}
.AnyTagClassName
{
color: #15D685;
}
</style>
background-color css
<style>
a { background-color: #15D685; }
a { background-color: rgb(21,214,133); }
div.DivClassName
{
background-color: #15D685;
}
.BgClassName
{
background-color: #15D685;
}
</style>
border-color css
<style>
span { border-color: #15D685; }
span { border-color: rgb(21,214,133); }
td.TdClassName
{
border-color: #15D685;
}
.TagClassName
{
border-color: #15D685;
}
</style>